mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-23 20:34:46 +02:00
polybar: kill itself if one instance is missing
This commit is contained in:
parent
e54dcc7e6f
commit
2f74d47a74
2 changed files with 11 additions and 2 deletions
|
@ -3,7 +3,9 @@ Description=Status bar for i3
|
|||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
Type=notify
|
||||
NotifyAccess=all
|
||||
WatchdogSignal=SIGTERM
|
||||
ExecStart=%h/.config/i3/bin/polybar
|
||||
ExecStop=%h/.local/bin/polybar-msg cmd quit
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue