mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Start eww bar as service
This commit is contained in:
parent
746e79aa30
commit
0909c9f59b
3 changed files with 15 additions and 3 deletions
14
home/.config/systemd/user/eww-bar.service
Normal file
14
home/.config/systemd/user/eww-bar.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description="Open eww bar"
|
||||
PartOf=graphical-session.target
|
||||
After=eww.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/eww open bar0
|
||||
Type=oneshot
|
||||
RemainAfterExit=false
|
||||
Restart=on-failure
|
||||
RestartSec=3s
|
||||
|
||||
[Install]
|
||||
WantedBy=wm-ready.target
|
1
home/.config/systemd/user/wm-ready.target.wants/eww-bar.service
Symbolic link
1
home/.config/systemd/user/wm-ready.target.wants/eww-bar.service
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/itsdrike/.config/systemd/user/eww-bar.service
|
Loading…
Add table
Add a link
Reference in a new issue