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

https://github.com/yzhs/volume

Minimalist command line ALSA volume control
https://github.com/yzhs/volume

alsa alsamixer cli volume-control

Last synced: 6 months ago
JSON representation

Minimalist command line ALSA volume control

Awesome Lists containing this project

README

          

# volume

A tool for easily querying and manipulating the ALSA master volume from the
command line.

Mute, un-mute, toggle mute using
``` sh
volume mute
volume unmute
volume toggle
```

Increment by 4, decrement by 3 or set to 57 using
``` sh
volume +4
volume -3
volume 57
```

For use with xmobar, showing muted/not muted using font-awesome, use

``` sh
volume -x
```