2019-09-07 19:57:35 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Highly customizable Wayland bar for Sway and Wlroots based compositors.
|
|
|
|
Documentation=https://github.com/Alexays/Waybar/wiki/
|
2020-08-06 23:21:53 +02:00
|
|
|
PartOf=graphical-session.target
|
|
|
|
After=graphical-session.target
|
2021-07-31 16:55:17 +02:00
|
|
|
Requisite=graphical-session.target
|
2019-09-07 19:57:35 +02:00
|
|
|
|
|
|
|
[Service]
|
2019-09-08 14:04:34 +02:00
|
|
|
ExecStart=@prefix@/bin/waybar
|
2021-02-19 14:33:38 +01:00
|
|
|
ExecReload=kill -SIGUSR2 $MAINPID
|
2020-12-01 05:11:51 +01:00
|
|
|
Restart=on-failure
|
2019-09-07 19:57:35 +02:00
|
|
|
|
|
|
|
[Install]
|
2020-08-06 23:21:53 +02:00
|
|
|
WantedBy=graphical-session.target
|