Add option for non-verbose battery

pull/22/head
Dan Miller 9 years ago
parent cef8c65586
commit 19ccfa64eb

@ -419,6 +419,8 @@ prompt_battery() {
set_default POWERLEVEL9K_BATTERY_VERBOSE true
if [[ "$POWERLEVEL9K_BATTERY_VERBOSE" == true ]]; then
message="$bat_percent%%$remain"
else
message="$bat_percent%%"
fi
# Draw the prompt_segment

Loading…
Cancel
Save