From 64d4585f968bcd11f5d1c2786dc389da3d71b083 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 21 Sep 2023 13:03:34 -0600 Subject: [PATCH] [NixOS] Use syncthing wallpaper directory --- nixos/xmonad.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/nixos/xmonad.nix b/nixos/xmonad.nix index 7ab98ec0..846e8f21 100644 --- a/nixos/xmonad.nix +++ b/nixos/xmonad.nix @@ -64,7 +64,7 @@ makeEnable config "modules.xmonad" true { enable = true; display = "fill"; interval = "1h"; - imageDirectory = "%h/Pictures/wallpaper/use"; + imageDirectory = "/var/lib/syncthing/sync/Wallpaper/"; }; services.xsettingsd.enable = true; @@ -119,15 +119,6 @@ makeEnable config "modules.xmonad" true { "! name~=''" # Qtile == empty wm_class.. ]; - blur = { - method = "dual_kawase"; - strength = 10.0; - background = true; - background-frame = false; - background-fixed = false; - }; - blur-background-exclude = ["window_type != 'dock'"]; - daemon = false; dbus = false; mark-wmwin-focused = false;