Skip to content

A volume control and monitoring utility for PulseAudio

License

Notifications You must be signed in to change notification settings

andornaut/pavolume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pavolume

pavolume is a volume control and monitoring utility for PulseAudio.

pavolume is used by BBS - BSPWM Bar Scripts to render a bar (top panel) volume widget.

Screenshot

Usage

make
sudo make install
pavolume

Options

Flag Description
-h Print help text
-s Monitoring mode: Print volume level whenever it changes
-f format printf format string. Default: "%s"
-m on|off|toggle Muting options
-v [-|+]number Volume level. A number between 0 and 100 inclusive. Optionally prefixed with - or + to denote a delta.

Examples

$ pavolume -h
pavolume [-h|-s|-f format|-m [on|off|toggle]|-v [+|-]number]

$ Print volume levels whenever they change (prefix with "V"). Set initial volume to 50%. Implicitly disable muting.
pavolume -sf "S%s" -v 50

Runtime Dependencies

Build Dependencies

About

A volume control and monitoring utility for PulseAudio

Topics

Resources

License

Stars

Watchers

Forks