mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
13 lines
294 B
SYSTEMD
13 lines
294 B
SYSTEMD
|
[Unit]
|
||
|
Description=Highly customizable Wayland bar for Sway and Wlroots based compositors.
|
||
|
Documentation=https://github.com/Alexays/Waybar/wiki/
|
||
|
PartOf=wayland-session.target
|
||
|
|
||
|
[Service]
|
||
|
Type=dbus
|
||
|
BusName=fr.arouillard.waybar
|
||
|
ExecStart=/usr/bin/waybar
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=wayland-session.target
|