[systemd] Add gnome wallpaper infra
This commit is contained in:
8
systemd/.config/systemd/user/gnome-changepaper.service
Normal file
8
systemd/.config/systemd/user/gnome-changepaper.service
Normal file
@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Change wallpaper
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/powellc/.bin/gnome-changepaper
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
9
systemd/.config/systemd/user/gnome-changepaper.timer
Normal file
9
systemd/.config/systemd/user/gnome-changepaper.timer
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Change wallpaper
|
||||
|
||||
[Timer]
|
||||
OnCalendar=hourly
|
||||
Unit=gnome-changepaper.service
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user