forked from colonelpanic/dotfiles
[NixOS] Use syncthing wallpaper directory
This commit is contained in:
parent
3a73d719b0
commit
64d4585f96
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user