1
0
Fork 0
dotfiles/files/.config/systemd/user/wob.service

11 lines
232 B
SYSTEMD
Raw Normal View History

[Unit]
Description=A lightweight overlay volume/backlight/progress/anything bar for Wayland.
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/bin/bash -c "exec $HOME/bin/wob"
[Install]
WantedBy=sway-session.target