diff --git a/src/speedwm-audioctrl b/src/speedwm-audioctrl index b28a628..4f84d93 100755 --- a/src/speedwm-audioctrl +++ b/src/speedwm-audioctrl @@ -14,18 +14,8 @@ MUTE() { if [ "$AUDIO" = "pulse" ]; then if [ -e "${BINDIR}pactl" ]; then pactl set-sink-mute @DEFAULT_SINK@ toggle - if [ -e "${BINDIR}notify-send" ]; then - if [ "$remute" = "" ]; then - notify-send " Toggled mute" - fi - fi else - amixer set Master toggle - if [ -e "${BINDIR}notify-send" ]; then - if [ "$remute" = "" ]; then - notify-send " Toggled mute" - fi - fi + amixer set Master toggle fi fi