mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Ensure eww daemon is running with eww ping in eww-bar service
This commit is contained in:
parent
4c7e892acb
commit
8dfb109e83
|
@ -1,9 +1,11 @@
|
|||
[Unit]
|
||||
Description="Open eww bar"
|
||||
PartOf=graphical-session.target
|
||||
After=eww.service
|
||||
PartOf=eww.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/usr/local/bin/eww ping
|
||||
ExecStart=/usr/local/bin/eww open bar0
|
||||
ExecStop=/usr/local/bin/eww close bar0
|
||||
Type=oneshot
|
||||
|
|
Loading…
Reference in a new issue