dotfiles/home/.config/systemd/user/wob.service
Marko Korhonen f6bd12c582 Moved sway to --user service and other fixes
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-11 18:51:29 +02:00

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