aboutsummaryrefslogtreecommitdiff
path: root/wayland-basics/dot-config/systemd/user/swaybg.service
blob: 81b5169029859e46d1ada9a5edc96546a00569bd (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 /home/moreka/Pictures/wallpapers/gruv.jpg
Restart=on-failure

[Install]
WantedBy=graphical-session.target