swww: add systemd service and wallpaper setter
This commit is contained in:
@@ -0,0 +1 @@
|
||||
../swww.service
|
||||
14
dot_config/systemd/user/swww.service
Normal file
14
dot_config/systemd/user/swww.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=swww wallpaper daemon
|
||||
PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/swww-daemon
|
||||
ExecStartPost=%h/.local/bin/set-wallpapers
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
Reference in New Issue
Block a user