2020-01-10 15:35:07 +02:00
|
|
|
[Unit]
|
|
|
|
Description=A lightweight overlay volume/backlight/progress/anything bar for Wayland
|
|
|
|
PartOf=graphical-session.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
ExecStartPre=/usr/bin/mkfifo /tmp/sway.wob
|
2020-01-11 18:51:29 +02:00
|
|
|
ExecStart=/usr/bin/tail -f /tmp/sway.wob | /usr/bin/wob
|
2020-01-10 15:35:07 +02:00
|
|
|
ExecStop=/usr/bin/rm /tmp/sway.wob
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sway-session.target
|