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

13 lines
239 B
Bash
Executable File

#!/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