Adjust timing for animate-wallpaper script
Don't animate wallpaper by default for Vanguard
This commit is contained in:
parent
4c9c14eb3c
commit
6b15453306
|
@ -68,7 +68,6 @@
|
|||
"6, monitor:desc:${primary}"
|
||||
"7, monitor:desc:${primary}"
|
||||
];
|
||||
exec-once = [ "sleep 2 && animate-wallpaper" ];
|
||||
};
|
||||
};
|
||||
boot = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue