mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
Convert eww-bar service to an instantiated eww-window service
This commit is contained in:
parent
8dfb109e83
commit
8a33d738af
3 changed files with 4 additions and 4 deletions
17
home/.config/systemd/user/eww-window@.service
Normal file
17
home/.config/systemd/user/eww-window@.service
Normal file
|
@ -0,0 +1,17 @@
|
|||
[Unit]
|
||||
Description="Open %I eww window"
|
||||
PartOf=graphical-session.target
|
||||
After=eww.service
|
||||
PartOf=eww.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/usr/local/bin/eww ping
|
||||
ExecStart=/usr/local/bin/eww open %i
|
||||
ExecStop=/usr/local/bin/eww close %i
|
||||
Type=oneshot
|
||||
RemainAfterExit=true
|
||||
Restart=on-failure
|
||||
RestartSec=3s
|
||||
|
||||
[Install]
|
||||
WantedBy=wm-ready.target
|
Loading…
Add table
Add a link
Reference in a new issue