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
- Host: GitHub
- URL: https://github.com/kamiyaa/alsanotify
- Owner: kamiyaa
- License: mit
- Created: 2018-08-26T00:38:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T16:45:20.000Z (over 3 years ago)
- Last Synced: 2025-01-31T22:07:01.687Z (about 1 year ago)
- Topics: alsa, libnotify
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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%
```