forked from colonelpanic/dotfiles
[Linux] Add wallpaper service
This commit is contained in:
10
dotfiles/config/systemd/user/wallpaper.service
Normal file
10
dotfiles/config/systemd/user/wallpaper.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=wallpaper
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/bash "wallpaper.sh"
|
||||
ExecStop=/usr/bin/pkill wallpaper.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
Reference in New Issue
Block a user