[systemd] Add gnome wallpaper infra

This commit is contained in:
2023-09-13 12:37:16 -04:00
parent 474661e8a4
commit b3b25f1b6a
3 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[Unit]
Description=Change wallpaper
[Service]
ExecStart=/home/powellc/.bin/gnome-changepaper
[Install]
WantedBy=default.target

View File

@ -0,0 +1,9 @@
[Unit]
Description=Change wallpaper
[Timer]
OnCalendar=hourly
Unit=gnome-changepaper.service
[Install]
WantedBy=default.target