Created
March 31, 2021 08:52
-
-
Save AggamR/69d09b44ae1d9741c81f77b67745507e to your computer and use it in GitHub Desktop.
a module for polybar to show mic volume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[module/mic-volume] | |
type = custom/script | |
exec = echo "Mic Vol 🎙️: $(amixer sget Capture | grep "Front Left" | sed -n 2p | awk '{ print $5 }')" | |
interval = 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment