marioortizmanero / polybar-pulseaudio-control

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

Using `pactl list short sinks` instead of `pacmd list-sinks` #15

Closed marioortizmanero closed 4 years ago

marioortizmanero commented 4 years ago

It's easier to obtain the current sinks that way because the output from pactl is minimal. I should also check for other similar replacements.