Skip to content

GNOME extension to control volume from activity bar

Notifications You must be signed in to change notification settings

guillaume-uH57J9/Alsa-Mixer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alsa-Mixer

Alsa-Mixer is a gnome-shell extension to control ALSA output (Master) volume.

Installation

run install.sh or install from https://extensions.gnome.org/extension/903/alsa-volume-bar/
git clone git://github.com/texasflood/Alsa-Mixer.git Alsa-Mixer
cd Alsa-Mixer
chmod u+x install.sh #You may or may not need to do this
./install.sh

And then restart the Gnome shell

This is an updated version with a bug fix, the original code was written by Victor Aurélio Santos. The bug fix is related to a corner case, when the volume reaches 100%, the extension crashes as the regular expression does not handle three digits. In normal use, when the volume reaches 100%, the volume controller crashes. I have also added a simple mute detector.

To mute/unmute without closing the menu, toggle the Sound switch with the spacebar.

License GPLv3

About

GNOME extension to control volume from activity bar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • Shell 4.7%