This project is closed. With the introduction of Pipewire, users should no longer directly interact with alsa and instead use Pipewire, PulseAudio or JACK.
Command that changes volume of alsa as well as sends a desktop notification of the new volume
- libnotify
- alsa
Install using make:
$ cd ruiji/src
$ make
# make install
$ alsanotify -c 2 # increases volume by 2%
$ alsanotify -c -2 # decreases volume by 2%
$ alsanotify -s 50 # set volume to 50%