forgot the $

This commit is contained in:
Sakooooo 2023-08-04 22:27:06 +03:00
parent ed451e1d7d
commit 7fdcf392cf
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -32,7 +32,7 @@ battery() {
audio() { audio() {
get_vol=$(pamixer --get-volume) get_vol=$(pamixer --get-volume)
get_mute=$(pamixer --get-mute) get_mute=$(pamixer --get-mute)
if [ get_mute = 'true' ]; then if [ $get_mute = 'true' ]; then
printf "^c$blue^ 󰝟^" printf "^c$blue^ 󰝟^"
else else
printf "^c$blue^ 󰕾 $get_vol" printf "^c$blue^ 󰕾 $get_vol"