Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mymindstorm/gnome-volume-mixer

Gnome extension that adds volume sliders for every application emitting audio in the system menu.
https://github.com/mymindstorm/gnome-volume-mixer

gnome-extension gnome-shell-extension

Last synced: 3 months ago
JSON representation

Gnome extension that adds volume sliders for every application emitting audio in the system menu.

Awesome Lists containing this project

README

        

# Gnome Application Volume Mixer

Gnome extension that adds volume sliders for every application emitting audio in the system menu.

### Install

[Gnome Extensions](https://extensions.gnome.org/extension/3499/application-volume-mixer/)

#### Building Manually

```bash
npm i
npm run build
gnome-extensions install dist/volume-mixer.zip
```