marioortizmanero / polybar-pulseaudio-control

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

Next to % of volume says Sink #0 #51

Closed 92naMoN closed 3 years ago

92naMoN commented 3 years ago

Hi, i have been using your script for volume control and everything works fine, but next to % of volume it says Sink #0. I have tried to remove it with some flags ( for example --autosync) but it didn`t work. It is small thing and i am sure that it is only for me but it is a bit annoying.

If you could help it would be much appreciated!

volumecontrolscript ps

marioortizmanero commented 3 years ago

That's just the currently active sink (say, your speakers or headphones). You can disable it with a custom format: --format '$VOL_ICON ${VOL_LEVEL}%' (in the exec field), or you can customize it to show something else via nicknames. Check out the Readme for more.