1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-02 19:38:32 +02:00
home-manager/tests/modules/programs/waybar/systemd-with-graphical-session-target.service

15 lines
414 B
SYSTEMD
Raw Normal View History

2020-07-29 22:29:51 +02:00
[Install]
WantedBy=sway-session.target
2020-07-29 22:29:51 +02:00
[Service]
ExecReload=/nix/store/00000000000000000000000000000000-coreutils/bin/kill -SIGUSR2 $MAINPID
2020-07-29 22:29:51 +02:00
ExecStart=@waybar@/bin/waybar
KillMode=mixed
Restart=on-failure
2020-07-29 22:29:51 +02:00
[Unit]
After=graphical-session.target
2020-07-29 22:29:51 +02:00
Description=Highly customizable Wayland bar for Sway and Wlroots based compositors.
Documentation=https://github.com/Alexays/Waybar/wiki
PartOf=graphical-session.target