From 7fdcf392cf81c6cd5a0d7de694c874e6e296f614 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 4 Aug 2023 22:27:06 +0300 Subject: [PATCH] forgot the $ --- config/dwm/scripts/bar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dwm/scripts/bar.sh b/config/dwm/scripts/bar.sh index 2849e55a..8b1f0bcf 100755 --- a/config/dwm/scripts/bar.sh +++ b/config/dwm/scripts/bar.sh @@ -32,7 +32,7 @@ battery() { audio() { get_vol=$(pamixer --get-volume) get_mute=$(pamixer --get-mute) - if [ get_mute = 'true' ]; then + if [ $get_mute = 'true' ]; then printf "^c$blue^ 󰝟^" else printf "^c$blue^ 󰕾 $get_vol"