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