mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
16 lines
277 B
Desktop File
16 lines
277 B
Desktop File
[Unit]
|
|
Description="Open eww bar"
|
|
PartOf=graphical-session.target
|
|
PartOf=eww.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/eww open bar0
|
|
ExecStop=/usr/local/bin/eww close bar0
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
Restart=on-failure
|
|
RestartSec=3s
|
|
|
|
[Install]
|
|
WantedBy=wm-ready.target
|