marcinjahn / gnome-quicksettings-audio-devices-renamer-extension

A Gnome Shell extension that allows you to rename device names in Gnome's Quick Settings Panel
MIT License
17 stars 1 forks source link
gnome gnome-shell gnome-shell-extension

project icon Quick Settings Audio Devices Renamer (Gnome Extension)

Get it on GNOME Extensions

This is a Gnome Shell Extension that lets you change the names of your audio devices in the Quick Settings Audio Panel. This works for both speakers and microphones. It's useful when you need to switch quickly between different audio devices and their default names aren't very clear or they're a bit too explicit.

For example, instead of having "Speaker - Family 17h/19h HD Audio Controller" in the panel, you could simply have it as "Laptop Speakers", or whatever else you'd want to see there.

Gnome Outputs in Quick Settings

[!TIP] Also try the Quick Settings Audio Devices Hider extension!

Configuration

The devices names may be configured via preferences window.

Output Devices

Output Settings

Input Devices

Input Settings

Contributing

In case of problems, it's a good idea to open an Issue. If you know how to fix it, open a Pull Request!

Local Development

To run the extension locally "from sources":

git clone git@github.com:marcinjahn/gnome-quicksettings-audio-devices-renamer-extension.git
cd gnome-quicksettings-audio-devices-renamer-extension
npm i
npm run build
npm run linkdist

The last command will creae a soft link at ~/.local/share/gnome-shell/extensions/quicksettings-audio-devices-renamer@marcinjahn.com, which allows you to enable the extension on your system (e.g., via Extensions Manager).

Anytime you change anything, rebuild the extension with npm run build, and restart the session:

Remarks

Mentions