mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-14 12:17:17 +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]
|
[Unit]
|
||||||
Description="Open eww bar"
|
Description="Open eww bar"
|
||||||
PartOf=graphical-session.target
|
PartOf=graphical-session.target
|
||||||
|
After=eww.service
|
||||||
PartOf=eww.service
|
PartOf=eww.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
ExecStartPre=/usr/local/bin/eww ping
|
||||||
ExecStart=/usr/local/bin/eww open bar0
|
ExecStart=/usr/local/bin/eww open bar0
|
||||||
ExecStop=/usr/local/bin/eww close bar0
|
ExecStop=/usr/local/bin/eww close bar0
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
|
Loading…
Reference in a new issue