9 lines
135 B
SYSTEMD
9 lines
135 B
SYSTEMD
[Unit]
|
|
Description=Set random wallpaper every two minutes
|
|
|
|
[Timer]
|
|
OnActiveSec=1
|
|
OnUnitActiveSec=300
|
|
|
|
[Install]
|
|
WantedBy=default.target |