Skip to content

A polybar script that displays the sound status of the microphone.

Notifications You must be signed in to change notification settings

Enes5519/mic-volume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

mic-volume

A script that displays the sound status of the PulseAudio default source (microphone).

Dependencies

  • pactl (libpulse)

Module

[module/mic-volume]
type = custom/script
tail = true
exec = $SCRIPTS/mic-volume/mic-volume.sh
click-left = $SCRIPTS/mic-volume/mic-volume.sh mute
scroll-up = $SCRIPTS/mic-volume/mic-volume.sh inc
scroll-down = $SCRIPTS/mic-volume/mic-volume.sh dec

About

A polybar script that displays the sound status of the microphone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages