Skip to content

Instantly share code, notes, and snippets.

@ZackStone
Created May 23, 2020 20:08
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 ZackStone/fc1365bc208c7ab9cf88a59658e74cca to your computer and use it in GitHub Desktop.
Save ZackStone/fc1365bc208c7ab9cf88a59658e74cca to your computer and use it in GitHub Desktop.
pactl set-source-mute 1 toggle
amixer get Capture | grep '\[off\]' && \
(notify-send -t 200 -a vim "MIC switched OFF" && paplay ~/Documents/Custom\ Scripts/mic-toggle/sfx-off.ogg) || \
(notify-send -t 200 -a vim "MIC switched ON" && paplay ~/Documents/Custom\ Scripts/mic-toggle/sfx-on.ogg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment