parent
f13e04fdb0
commit
d2fb415856
|
|
@ -177,8 +177,8 @@ ___atomic_prompt_battery() {
|
|||
color=$IRed
|
||||
fi
|
||||
box="[|]"
|
||||
ac_adapter_disconnected && info="-"
|
||||
ac_adapter_connected && info="+"
|
||||
ac_adapter_disconnected && info="-"
|
||||
info+=$batp
|
||||
[ "$batp" -eq 100 ] || [ "$batp" -gt 100 ] && info="AC"
|
||||
printf "%s|%s|%s|%s" "${color}" "${info}" "${bold_white}" "${box}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue