GeorgeFilipkin / pulsemixer

CLI and curses mixer for PulseAudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color currently-selected channel differently

squigglezworth opened this issue · comments

It would be great to have unselected channels in gray-scale while the selected one is in color.

Thoughts?

Sure. I'll take care of it once I have some free time available, which should be in about a month.

Or I'd be willing to accept a patch if you are up for it. Ideally it should be done with a command line argument, something like --no-color or -c --contrast or even --color[=NUMBER] where 0 - disable color completely, 1 - highlight selected, 2 - full-color.

Done.

--color n     0 no color, 1 color currently selected, 2 full-color (default)