diff --git a/home-manager/home.nix b/home-manager/home.nix index 6945c6d..2a099ce 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -180,6 +180,9 @@ in settings = { HDMI-A-1 = { path = "${WALLPAPER_PATH}"; + duration = "1m"; + transition-time = "100"; + initial-transition = true; }; }; }; @@ -604,9 +607,7 @@ in extraConfig = '' exec-once="waybar"; exec-once="dunst"; - exec-once="bash $HOME/scripts/wallpaper-updater.sh"; exec-once="wpaperd"; - exec-once="dunst"; ''; settings = { "$mod" = "SUPER";