summaryrefslogtreecommitdiff
path: root/common/modules/dwm
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-19 18:31:49 +0530
committerbrustybee <bee@4d2.org>2026-03-19 18:31:49 +0530
commita6d4450b3438b380398e38b61f46b19022fff1e9 (patch)
treea1a79b7f2cc79a921fb3310a9dd5d5522561f0b4 /common/modules/dwm
parentab81a2e56708d2a025aefc1c9ccaedf61d30a3c0 (diff)
don't need fehbg file anymore
Diffstat (limited to 'common/modules/dwm')
-rw-r--r--common/modules/dwm/default.nix2
1 files changed, 1 insertions, 1 deletions
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 &