From f9142a5822a4f212a3031b932cbf51b2d50344a8 Mon Sep 17 00:00:00 2001 From: brustybee Date: Thu, 19 Mar 2026 23:39:48 +0530 Subject: add thunderbird chnage window opacity and fix feh cmd --- common/modules/dwm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/modules/dwm/default.nix') diff --git a/common/modules/dwm/default.nix b/common/modules/dwm/default.nix index f36c9e2..e5985ae 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 & - feh --no-fehbg --bg-fill "$(rg wallpaper beeSettings | cut -d"=" -f2)" + feh --no-fehbg --bg-fill "$(rg wallpaper ~/.config/beeSettings | cut -d"=" -f2)" [ -f ~/.Xresources ] && xrdb -merge ~/.Xresources dunst & -- cgit v1.3.1