diff --git a/.local/bin/statusbar/sb-volume b/.local/bin/statusbar/sb-volume index dcdab8a..cbb5ff9 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 🔇 && exit +[ $(pamixer --get-mute) = true ] && echo  && exit vol="$(pamixer --get-volume)"