parent
794b1661f6
commit
d4bc67ffdd
|
|
@ -178,7 +178,7 @@ ___atomic_prompt_battery() {
|
|||
ac_adapter_disconnected && info="-"
|
||||
ac_adapter_connected && info="+"
|
||||
info+=$batp
|
||||
[ "$info" == "+100" ] && info="AC"
|
||||
[ "$batp" -eq 100 ] || [ "$batp" -gt 100 ] && info="AC"
|
||||
printf "%s|%s|%s|%s" "${color}" "${info}" "${bold_white}" "${box}"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue