chvol
Simple interface to set PulseAudio's volume, with graphical feedback! 🔊
- refs: main
- git clone: git://git.pablopie.xyz/chvol
chvol
Simple interface to set PulseAudio ’ s volume, with graphical feedback! 🔊
Usage
$ chvol VOLUME% $ chvol [up|down|mute|mute-mic] [-g]
Commands
- up: increment the volume
- down: decrement the volume
- mute: toggle the speaker
- mute-mic: toggle the microphone
Options
- -g: show graphical feedback (volume bar)
Examples
$ chvol # prints the current volume $ chvol 75% # sets the system volume to 75% $ chvol up -g # increments the volume
Installation
$ ./nob # install -m 0755 -o root -g root ./build/chvol /usr/bin/ # install -m 0644 -o root -g root ./build/chvol.1.gz /usr/share/man/man1/ # mandb
Configuration
Many configuration keys are provided at compile-time. See
src/config.h for
further details.
License
© 2026 Pablo.
Free use of this software is granted under the terms of the GPL-3.0 License.
See
LICENSE.
The file
assets/audio-volume-change.ogg is part of the
Freedesktop sound theme
and is licensed under the Creative Commons Attribution 4.0 International
license.