mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-14 14:02:29 +01:00
10 lines
136 B
SYSTEMD
10 lines
136 B
SYSTEMD
[Unit]
|
|
Description=Change the wallpaper ever half hour
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnUnitActiveSec=30min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|