dotfiles/home/.config/systemd/user/wob.service
Marko Korhonen 2c3d93ebee Move Sway to systemd
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-10 15:35:07 +02:00

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