diff options
Diffstat (limited to 'wayland-basics/dot-config/systemd/user/swaybg.service')
| -rw-r--r-- | wayland-basics/dot-config/systemd/user/swaybg.service | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/wayland-basics/dot-config/systemd/user/swaybg.service b/wayland-basics/dot-config/systemd/user/swaybg.service index d8efd5b..d2e891b 100644 --- a/wayland-basics/dot-config/systemd/user/swaybg.service +++ b/wayland-basics/dot-config/systemd/user/swaybg.service @@ -1,15 +1,12 @@ [Unit] -PartOf=graphical-session.target Description=Swaybg wallpaper utility +PartOf=graphical-session.target 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' +ExecStart=/usr/bin/swaybg -m fill -i /home/moreka/Pictures/wallpapers/great-wave-of-kanagawa-gruvbox.png Restart=on-failure -Slice=background-graphical.slice [Install] WantedBy=graphical-session.target |
