diff --git a/.config/systemd/user/randomwallpaper.timer b/.config/systemd/user/randomwallpaper.timer index fa2519e..4ac2b9a 100644 --- a/.config/systemd/user/randomwallpaper.timer +++ b/.config/systemd/user/randomwallpaper.timer @@ -1,9 +1,9 @@ [Unit] -Description=Change the wallpaper ever half hour +Description=Change the wallpaper every 20 mins [Timer] OnBootSec=1min -OnUnitActiveSec=30min +OnUnitActiveSec=20min [Install] WantedBy=timers.target