dotfiles/home/.config/systemd/user/wallpaper.service

13 lines
252 B
SYSTEMD
Raw Normal View History

2023-01-25 09:35:26 +00:00
[Unit]
Description="Wallpaper setter"
PartOf=graphical-session.target
[Service]
Environment=WALLPAPER_IMAGE=%h/.local/share/background
ExecStart=/usr/bin/swaybg --image $WALLPAPER_IMAGE
Restart=always
RestartSec=3s
2023-01-25 09:35:26 +00:00
[Install]
WantedBy=wm-ready.target