Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mymindstorm/gnome-volume-mixer
- Owner: mymindstorm
- License: mit
- Archived: true
- Created: 2020-08-26T22:13:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:55:54.000Z (over 1 year ago)
- Last Synced: 2024-04-26T20:36:34.949Z (7 months ago)
- Topics: gnome-extension, gnome-shell-extension
- Language: JavaScript
- Homepage: https://extensions.gnome.org/extension/3499/application-volume-mixer/
- Size: 134 KB
- Stars: 98
- Watchers: 6
- Forks: 18
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gnome - Application Volume Mixer - Control volume output per-application. (Extensions / Audio)
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
```