aboutsummaryrefslogtreecommitdiff
path: root/services/dot-config/systemd/user/swaybg.service
blob: 9fd3e56a4606fbb53354db02b12aa85d20cfd123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Swaybg wallpaper utility
PartOf=graphical-session.target
After=graphical-session.target

[Service]
Type=exec
ExecStart=/usr/bin/swaybg -m fill -i %h/Pictures/wallpapers/galaxy.jpg
Restart=on-failure

[Install]
WantedBy=graphical-session.target