4 lines
172 B
Bash
Raw Normal View History

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