aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system-user/waybar.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/system-user/waybar.service')
-rw-r--r--systemd/system-user/waybar.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/systemd/system-user/waybar.service b/systemd/system-user/waybar.service
new file mode 100644
index 0000000..db1c594
--- /dev/null
+++ b/systemd/system-user/waybar.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Highly customizable Wayland bar for Sway and Wlroots based compositors.
+Documentation=https://github.com/Alexays/Waybar/wiki/
+PartOf=graphical-session.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/waybar
+
+[Install]
+WantedBy=sway-session.target
+