mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Ensure eww daemon is running with eww ping in eww-bar service
This commit is contained in:
parent
4c7e892acb
commit
8dfb109e83
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue