francma / wob

A lightweight overlay volume/backlight/progress/anything bar for Wayland.
ISC License
896 stars 49 forks source link

FIX: Pipewire ex. not piped into `sed` resulting `Invalid value received 'Volume:'` #138

Open ammar-faifi opened 2 months ago

ammar-faifi commented 2 months ago

In the example of using it with PipeWrie, the output was not piped into sed giving an output like Volume: 0.33. And causing wob to crash with this error:

1721898095.765212 ERROR wob.c:369: Invalid value received 'Volume:'

This PR fixes it