dotfiles-remastered/.local/share/scripts/toggle-mute.sh

13 lines
239 B
Bash
Raw Normal View History

2021-01-17 16:33:10 +00:00
#!/usr/bin/env sh
# index=$(pacmd list-sources | grep -oP '\* index: \d+' | awk '{ print $3 }')
# TODO default source not hardcoded
# pactl set-source-mute $index toggle
# Use the alsa approach
amixer -q -D pulse set Capture toggle