From 0c1a9e16970ad90cc63ab06a60c7080038827235 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sat, 24 Aug 2024 16:17:08 -0700 Subject: [PATCH] Fix sound-control.sh --- sound-control.sh | 3 +++ 1 file changed, 3 insertions(+) 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