mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Mark eww-bar as PartOf eww service, not just After
This commit is contained in:
parent
5154b019cf
commit
cb0e365a8f
|
@ -1,7 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description="Open eww bar"
|
Description="Open eww bar"
|
||||||
PartOf=graphical-session.target
|
PartOf=graphical-session.target
|
||||||
After=eww.service
|
PartOf=eww.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/local/bin/eww open bar0
|
ExecStart=/usr/local/bin/eww open bar0
|
||||||
|
|
Loading…
Reference in a new issue