Skip to content

Instantly share code, notes, and snippets.

@AggamR
Created March 31, 2021 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AggamR/69d09b44ae1d9741c81f77b67745507e to your computer and use it in GitHub Desktop.
Save AggamR/69d09b44ae1d9741c81f77b67745507e to your computer and use it in GitHub Desktop.
a module for polybar to show mic volume
[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