♻️ refactor(systemd): changed wallpaper timer from 2 hours to 1 hour

This commit is contained in:
Sergio Laín 2023-10-11 13:06:04 +02:00
parent 3799ea855f
commit 862ae6225e
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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]