You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
321 B
INI

[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
ExecStart=/usr/bin/tail -f /tmp/sway.wob | /usr/bin/wob
ExecStop=/usr/bin/rm /tmp/sway.wob
[Install]
WantedBy=sway-session.target