aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd/user/swaybg.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/swaybg.service')
-rw-r--r--.config/systemd/user/swaybg.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/systemd/user/swaybg.service b/.config/systemd/user/swaybg.service
new file mode 100644
index 0000000..211fa63
--- /dev/null
+++ b/.config/systemd/user/swaybg.service
@@ -0,0 +1,9 @@
+[Unit]
+PartOf=graphical-session.target
+After=graphical-session.target
+Requisite=graphical-session.target
+
+[Service]
+ExecStart=/usr/bin/swaybg -m fill -i /usr/share/backgrounds/gnome/adwaita-d.jxl
+Restart=on-failure
+RestartSec=500ms