mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
10 lines
135 B
SYSTEMD
10 lines
135 B
SYSTEMD
[Unit]
|
|
Description=Change the wallpaper every 20 mins
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnUnitActiveSec=20min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|