mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 18:59:44 +01:00
abc9d96d19
Set the systemd user service to use "mixed" killmode, which lets waybar stop its module scripts. This fixes issues where waybar blocks shutdown until systemd sends a SIGKILL to waybar child processes.
15 lines
347 B
Desktop File
15 lines
347 B
Desktop File
[Install]
|
|
WantedBy=graphical-session.target
|
|
|
|
[Service]
|
|
BusName=fr.arouillard.waybar
|
|
ExecStart=@waybar@/bin/waybar
|
|
KillMode=mixed
|
|
Restart=always
|
|
RestartSec=1sec
|
|
Type=dbus
|
|
|
|
[Unit]
|
|
Description=Highly customizable Wayland bar for Sway and Wlroots based compositors.
|
|
Documentation=https://github.com/Alexays/Waybar/wiki
|
|
PartOf=graphical-session.target
|