dotwryn/bin/desktop/pulseaudio/sink-volume/default-mute.sh

4 lines
172 B
Bash
Raw Normal View History

2020-09-23 22:19:23 +00:00
pactl set-sink-mute @DEFAULT_SINK@ toggle
$HOME/.config/wryn/sfx mute &
2020-10-06 23:47:34 +00:00
notify-send 'Default Sink' "$(amixer sget Master | grep -q '\[on\]' && echo unmuted || echo muted)"