1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-06 05:13:28 +02:00
home-manager/tests/modules/services/wob/wob-service-expected.service
Sefa Eyeoglu ebba24a6fe
wob: add module
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-01-28 10:46:09 +01:00

14 lines
379 B
Desktop File

[Install]
WantedBy=graphical-session.target
[Service]
ExecStart=@wob@/bin/wob --config /nix/store/00000000000000000000000000000000-wob.ini
StandardInput=socket
[Unit]
After=graphical-session.target
ConditionEnvironment=WAYLAND_DISPLAY
Description=A lightweight overlay volume/backlight/progress/anything bar for Wayland
Documentation=man:wob(1)
PartOf=graphical-session.target