From a6d4450b3438b380398e38b61f46b19022fff1e9 Mon Sep 17 00:00:00 2001 From: brustybee Date: Thu, 19 Mar 2026 18:31:49 +0530 Subject: don't need fehbg file anymore --- common/modules/dwm/default.nix | 2 +- common/modules/mango/scripts.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'common/modules') diff --git a/common/modules/dwm/default.nix b/common/modules/dwm/default.nix index d89ef60..f36c9e2 100644 --- a/common/modules/dwm/default.nix +++ b/common/modules/dwm/default.nix @@ -86,7 +86,7 @@ in gnome-keyring-daemon --start --components=secrets,ssh,pkcs11 & ${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1 & - [ -f ~/.fehbg ] && sh ~/.fehbg + feh --no-fehbg --bg-fill "$(rg wallpaper beeSettings | cut -d"=" -f2)" [ -f ~/.Xresources ] && xrdb -merge ~/.Xresources dunst & diff --git a/common/modules/mango/scripts.nix b/common/modules/mango/scripts.nix index a085ef1..a21f300 100644 --- a/common/modules/mango/scripts.nix +++ b/common/modules/mango/scripts.nix @@ -129,7 +129,7 @@ let pkill swaybg; swaybg -i "$FULL_PATH" -m fill & fi else - feh --bg-fill "$FULL_PATH" + feh --no-fehbg --bg-fill "$FULL_PATH" fi apply_all -- cgit v1.3.1