Make sure stopping eww-bar service closes the bar

This commit is contained in:
ItsDrike 2023-01-26 01:28:35 +01:00
parent a9c6b2439b
commit 0be14cd96a
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -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