9 lines
162 B
Desktop File
9 lines
162 B
Desktop File
[Unit]
|
|
Description=Change wallpaper at specified interval
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=change-wallpaper.py "/path/to/dir"
|
|
|
|
[Install]
|
|
WantedBy=default.target
|