mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
Run setbg as systemd service file
This commit is contained in:
parent
cb6f7e60c4
commit
b67f5a2c05
3 changed files with 12 additions and 1 deletions
11
home/.config/systemd/user/wallpaper.service
Normal file
11
home/.config/systemd/user/wallpaper.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description="Wallpaper setter"
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=%h/.local/bin/scripts/gui/setbg
|
||||
Type=oneshot
|
||||
RemainAfterExit=false
|
||||
|
||||
[Install]
|
||||
WantedBy=wm-ready.target
|
Loading…
Add table
Add a link
Reference in a new issue