Adjust timing for animate-wallpaper script

Don't animate wallpaper by default for Vanguard
This commit is contained in:
Evie Litherland-Smith 2025-01-04 06:16:17 +00:00
parent 4c9c14eb3c
commit 6b15453306
2 changed files with 1 additions and 1 deletions

View file

@ -68,7 +68,6 @@
"6, monitor:desc:${primary}"
"7, monitor:desc:${primary}"
];
exec-once = [ "sleep 2 && animate-wallpaper" ];
};
};
boot = {

View file

@ -5,5 +5,6 @@ if [ ! -f "$WALLPAPER_FILE" ]; then
fi
systemctl --user start swww-daemon.service &&
sleep 5 &&
swww img "$WALLPAPER_FILE" &&
systemctl --user stop hyprpaper.service