mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Make sure stopping eww-bar service closes the bar
This commit is contained in:
parent
a9c6b2439b
commit
0be14cd96a
|
@ -5,8 +5,9 @@ After=eww.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/local/bin/eww open bar0
|
ExecStart=/usr/local/bin/eww open bar0
|
||||||
|
ExecStop=/usr/local/bin/eww close bar0
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=false
|
RemainAfterExit=true
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=3s
|
RestartSec=3s
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue