mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
8aac47a140
Fixes #4469
14 lines
418 B
Desktop File
14 lines
418 B
Desktop File
[Install]
|
|
WantedBy=sway-session.target
|
|
|
|
[Service]
|
|
ExecReload=/nix/store/00000000000000000000000000000000-coreutils/bin/kill -SIGUSR2 $MAINPID
|
|
ExecStart=@waybar@/bin/waybar
|
|
KillMode=mixed
|
|
Restart=on-failure
|
|
|
|
[Unit]
|
|
After=graphical-session-pre.target
|
|
Description=Highly customizable Wayland bar for Sway and Wlroots based compositors.
|
|
Documentation=https://github.com/Alexays/Waybar/wiki
|
|
PartOf=graphical-session.target
|