mute-notification.sh 336 B

1234567891011
  1. #!/bin/sh
  2. mute=$(pactl get-sink-mute @DEFAULT_SINK@)
  3. if [ "$mute" = "Mute: yes" ]; then
  4. dunstify -i audio-volume-muted -a "$1" -h string:x-dunst-stack-tag:PULSE_MUTE "Pulseaudio" "Muted"
  5. else
  6. dunstify -i audio-ready -a "$1" -h string:x-dunst-stack-tag:PULSE_MUTE "Pulseaudio" "Unmuted"
  7. fi
  8. pw-play /usr/share/sounds/ITGC/notify.flac