Add files

This commit is contained in:
Late Night Defender 2025-02-04 01:51:58 +07:00
parent 6bbedececb
commit 6db6561bd6
4 changed files with 107 additions and 2 deletions

9
change-wallpaper.service Normal file
View 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