depot/third_party/home-manager/tests/modules/programs/waybar/systemd-with-graphical-session-target.service

15 lines
361 B
SYSTEMD
Raw Normal View History

[Install]
WantedBy=graphical-session.target
[Service]
ExecReload=kill -SIGUSR2 $MAINPID
ExecStart=@waybar@/bin/waybar
KillMode=mixed
Restart=on-failure
[Unit]
After=graphical-session.target
Description=Highly customizable Wayland bar for Sway and Wlroots based compositors.
Documentation=https://github.com/Alexays/Waybar/wiki
PartOf=graphical-session.target