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

[Service]
Type=exec
ExecStart=/usr/bin/swaybg -m fill -i /home/moreka/Pictures/wallpapers/dark_mode_windows_xp_background_wallpaper.png
; ExecStart=/usr/bin/swaybg -c '#002B36'
Restart=on-failure
Slice=background-graphical.slice

[Install]
WantedBy=graphical-session.target