From c851c866200bbaed91abe2ebb9b5ba50829a9271 Mon Sep 17 00:00:00 2001 From: Amy <58243358+aymey@users.noreply.github.com> Date: Tue, 4 Oct 2022 20:23:33 +1100 Subject: [PATCH] typo again --- .local/bin/statusbar/sb-volume | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/statusbar/sb-volume b/.local/bin/statusbar/sb-volume index 3ace4bb3..cef2a720 100755 --- a/.local/bin/statusbar/sb-volume +++ b/.local/bin/statusbar/sb-volume @@ -13,7 +13,7 @@ case $BLOCK_BUTTON in 6) "$TERMINAL" -e "$EDITOR" "$0" ;; esac -[ "$(pamixer --get-mute)" = true ] && echo "m" && exit +[ "$(pamixer --get-mute)" = true ] && echo "🔇" && exit vol="$(pamixer --get-volume)"