blob: 7348e29fc59b0e0398a90901b66309cad644786c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=A lightweight overlay volume/backlight/progress/anything bar for Wayland
Documentation=man:wob(1)
PartOf=graphical-session.target
After=graphical-session.target
ConditionEnvironment=WAYLAND_DISPLAY
[Service]
StandardInput=socket
ExecStart=/usr/bin/wob
[Install]
WantedBy=graphical-session.target
|