GeorgeFilipkin / pulsemixer

CLI and curses mixer for PulseAudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Showing default sink in --list-sinks

Mange opened this issue · comments

It would be great if the current default sink could be listed in the --list-sinks output.

Perhaps like this:

Sink input:      ID: 3, Name: Spotify, Mute: 0, Channels: 2, Volumes: ['55%', '55%']
Sink:            ID: 0, Name: G430 Surround Sound Gaming Headset Analog stereo, Mute: 0, Channels: 2, Volumes: ['71%', '71%']
Sink:            ID: 3, Name: Built-In Analog stereo, Mute: 0, Channels: 2, Volumes: ['60%', '60%'], Default

(Note the added , Default at the end of the last line)

This would help me write a small Rofi/dmenu utility to quickly pick my default output source.

Much appreciated! 😁

Will this be released in a new version soon?

There are still some features I'd like to implement before the 2.0 release. Hopefully I can get it done by the end of the next month.