Microphone Volume on

Hi to all!

Is there a nice way to add the microphone volume bar in the taskbar in the same way there is the speaker bar?

Thanks in advance,
OcirneMat

1 Like

Hi to all,

Just for the others, I managed to find a solution, but adding this gnome extension

First you need to install the gnome-tweaks

sudo apt install gnome-tweaks

Then you need to follow the instructions here

Take always the last versions from the website, but here what I did:

mkdir ~/.local/share/gnome-shell/extensions/
cd ~/.local/share/gnome-shell/extensions/

# Remove older version
rm -rf *sound-output-device-chooser*

# Clone current version
sudo apt install git
git clone https://github.com/kgshank/gse-sound-output-device-chooser.git

# Install it
cp -r gse-sound-output-device-chooser/sound-output-device-chooser@kgshank.net .
rm -rf "gse-sound-output-device-chooser"

You have a nice microphone bar below the audio sound bar. Amazing!

Hope it helps,
OcirneMat

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.