Add discharging character in brainy theme
I have followed the same technique as it is done in atomic themepull/1084/head
parent
5df98aeac9
commit
00732ad210
|
|
@ -164,7 +164,9 @@ ___brainy_prompt_battery() {
|
||||||
color=$bold_red
|
color=$bold_red
|
||||||
fi
|
fi
|
||||||
box="[|]"
|
box="[|]"
|
||||||
ac_adapter_connected && info+="+"
|
ac_adapter_connected && charging="+"
|
||||||
|
ac_adapter_disconnected && charging="-"
|
||||||
|
info+=$charging
|
||||||
[ "$info" == "100+" ] && info="AC"
|
[ "$info" == "100+" ] && info="AC"
|
||||||
printf "%s|%s|%s|%s" "${color}" "${info}" "${bold_white}" "${box}"
|
printf "%s|%s|%s|%s" "${color}" "${info}" "${bold_white}" "${box}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue