kgaut / gnome-shell-audio-output-switcher

Gnome-Shell Extension: Easily switch between your audio outputs from the system menu
GNU General Public License v2.0
18 stars 4 forks source link
audio gnome gnome-shell gnome-shell-extension sound

Gnome-Shell Extension Audio-Output-Switcher

The menu

Compatibility

About

This extension adds a little entry to the status-menu that shows the currently selected pulse-audio-output device. Clicking on that will open a submenu with all available output devices and let's you choose which one to use.

This extension is based on anducs work at https://github.com/anduchs/audio-output-switcher but it's not supporting last versions of gnome-shell.

Installation

Either via

https://extensions.gnome.org/extension/1028/gnome-shell-audio-output-switcher/

or via git

git clone git@github.com:kgaut/gnome-shell-audio-output-switcher.git ~/.local/share/gnome-shell/extensions/gnome-shell-audio-output-switcher@kgaut

Then restart the gnome-shell via ALT+F2 r and enable the extension using gnome-tweak-tool

To update later, just issue

(cd ~/.local/share/gnome-shell/extensions/gnome-shell-audio-output-switcher@kgaut && git pull)