pamixer icon indicating copy to clipboard operation
pamixer copied to clipboard

[Feature request] Allow to select “running” sinks

Open jirutka opened this issue 2 years ago • 5 comments

pamixer currently allows to control the default sink or any other sink specified by its index or name. There’s also option --get-default-sink that prints the default sink.

I’d like to have the same for the currently running sink(s). At least --get-running-sinks or additional column with the state of the sinks in the --list-sinks output would be beneficial.

jirutka avatar Jan 09 '22 00:01 jirutka

I added a state column for the options --list-sources and --list-sinks.

cdemoulins avatar Jan 14 '22 15:01 cdemoulins

Thanks!

jirutka avatar Jan 14 '22 16:01 jirutka

Can you please release a new version?

jirutka avatar May 02 '22 09:05 jirutka

So this is fixed in 1.6?

susnux avatar Oct 10 '22 18:10 susnux

Sort of, you can now do:

pamixer --list-sinks | grep Running | cut -d' ' -f1 | xargs pamixer --increase=1 --sink

for example.

Would still be nice to just be able to:

pamixer --running --increase=1

IMO.

OJFord avatar Mar 16 '23 15:03 OJFord