mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-08 13:10:37 +00:00
f6bd12c582
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
13 lines
321 B
Desktop File
13 lines
321 B
Desktop File
[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
|