diff --git a/sound-control.sh b/sound-control.sh index ddf7b42..76bfa51 100755 --- a/sound-control.sh +++ b/sound-control.sh @@ -19,6 +19,9 @@ function print_help { let notify=1 function notify_vol { + if ! ((${notify})); then + return + fi let vol="$(pamixer --get-volume)" local icon if [[ "$(pamixer --get-mute)" == 'true' ]]; then