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

14 lines
219 B
SYSTEMD
Raw Permalink Normal View History

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