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

https://github.com/kamiyaa/alsanotify

Volume change with visual notifications
https://github.com/kamiyaa/alsanotify

alsa libnotify

Last synced: 8 months ago
JSON representation

Volume change with visual notifications

Awesome Lists containing this project

README

          

# alsanotify

This project is closed.
With the introduction of Pipewire, users should no longer directly interact with alsa and instead use Pipewire, PulseAudio or JACK.

## Description
Command that changes volume of alsa as well as sends a desktop notification of the new volume

## Dependencies
- libnotify
- alsa

## Installation
Install using **make**:
```
$ cd ruiji/src
$ make
# make install
```

## Usage
```
$ alsanotify -c 2 # increases volume by 2%
$ alsanotify -c -2 # decreases volume by 2%
$ alsanotify -s 50 # set volume to 50%
```