Add desktop file

This commit is contained in:
Late Night Defender 2025-05-16 02:23:10 +07:00
parent a929db7ba0
commit bc93bf67b4

15
change-wallpaper.desktop Normal file
View file

@ -0,0 +1,15 @@
[Desktop Entry]
Name=Change Wallpaper
Type=Application
Icon=/path/to/change-wallpaper.svg
Exec=change-wallpaper.py
Actions=disable-timer;enable-timer;
Comment=Randomly pick a new wallpaper
[Desktop Action disable-timer]
Name=Disable Timer
Exec=systemctl --user disable --now change-wallpaper.timer
[Desktop Action enable-timer]
Name=Enable Timer
Exec=systemctl --user enable --now change-wallpaper.timer