monakhos/ansible/templates/systemd/user/swaybg.service

13 lines
219 B
Desktop File

[Unit]
Description=SwayBg
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=swaybg -i {{ home }}/.dots/wallpapers/jupiter.jpg -m fill
Restart=always
RestartSec=10
[Install]
WantedBy=sway-session.target