diff --git a/.config/systemd/user/change_wallpaper.timer b/.config/systemd/user/change_wallpaper.timer index ffc7a563..961f7ce1 100644 --- a/.config/systemd/user/change_wallpaper.timer +++ b/.config/systemd/user/change_wallpaper.timer @@ -1,9 +1,9 @@ [Unit] -Description=Timer to change the wallpaper each 2 hours +Description=Timer to change the wallpaper each 1 hours [Timer] OnBootSec=0min -OnCalendar=0/2:00:00 +OnCalendar=0/1:00:00 Unit=change_wallpaper.service [Install]