This commit is contained in:
TheCrazyInsanity
2026-05-08 15:51:13 -04:00
parent 268a06af61
commit ff07a0a8c6
2 changed files with 4 additions and 2 deletions

View File

@@ -161,7 +161,7 @@
ExecStart = "${pkgs.writeShellScript "wallpaper-rotator" ''
WALLPAPER_DIR="$HOME/wallpapers"
INTERVAL=600 # Time in seconds between wallpaper changes (600 = 10 mins)
INTERVAL=60 # Time in seconds between wallpaper changes (600 = 10 mins)
# 1. Safely find Wayland and Sway sockets
if [ -z "$WAYLAND_DISPLAY" ]; then