mirror of
https://github.com/nix-community/home-manager
synced 2024-11-15 07:39:46 +01:00
15 lines
332 B
SYSTEMD
15 lines
332 B
SYSTEMD
|
[Install]
|
||
|
WantedBy=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
BusName=fr.arouillard.waybar
|
||
|
ExecStart=@waybar@/bin/waybar
|
||
|
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
|