dotfiles/.config/systemd/user/change_wallpaper.timer
Sergio Laín f5428b9a0e
feat(systemd): service to change wallpaper
the wallpaper will be changed every 2 hours
2023-10-09 14:49:16 +02:00

10 lines
171 B
SYSTEMD

[Unit]
Description=Timer to change the wallpaper each 2 hours
[Timer]
OnBootSec=0min
OnCalendar=0/2:00:00
Unit=change_wallpaper.service
[Install]
WantedBy=timers.target