forgot the $
This commit is contained in:
parent
ed451e1d7d
commit
7fdcf392cf
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue