marioortizmanero / polybar-pulseaudio-control

A feature-full Polybar module to control PulseAudio
MIT License
471 stars 49 forks source link

label doesn't update with volume change #1

Closed grenzionky closed 4 years ago

grenzionky commented 5 years ago

scrolling on the thing and clicking does change and mute the volume, but the actual label text doesnt change until i restart polybar

marioortizmanero commented 5 years ago

Are you using the same module (or a fairly similar one) as the one from the README? Can you show me an example of whatever pactl subscribe outputs when you modify the volume? It should be something like:

Event 'change' on sink #1
Event 'remove' on client #189

The script detects on card, on remove or on server from pactl subscribe to update the label so it might not be recognizing the updates.

marioortizmanero commented 4 years ago

Closing issue as it's inactive.