Add files
This commit is contained in:
parent
6bbedececb
commit
6db6561bd6
4 changed files with 107 additions and 2 deletions
9
change-wallpaper.service
Normal file
9
change-wallpaper.service
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Change wallpaper at specified interval
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/home/youruser/.local/bin/change-wallpaper.py
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue