marioortizmanero / polybar-pulseaudio-control

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

Notifications for all changes in PA #76

Closed root2185 closed 1 year ago

root2185 commented 1 year ago

Like pasystray https://github.com/christophgysin/pasystray. Currently can you enable them just for node changes?

marioortizmanero commented 1 year ago

Not sure if that's within the scope of this script, we only have notifications for the events you create yourself (e.g., changing the sink). It'd be confusing to have both, in my opinion. Regardless, if you really wanted that, you could edit the script yourself. We receive all the new events in the listen function, so you could add a notify-send in there, though it'll be noisy, as we have some duplicate events sometimes.