mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-14 00:50:08 +00:00
Add option for non-verbose battery
This commit is contained in:
parent
cef8c65586
commit
19ccfa64eb
1 changed files with 2 additions and 0 deletions
|
@ -419,6 +419,8 @@ prompt_battery() {
|
||||||
set_default POWERLEVEL9K_BATTERY_VERBOSE true
|
set_default POWERLEVEL9K_BATTERY_VERBOSE true
|
||||||
if [[ "$POWERLEVEL9K_BATTERY_VERBOSE" == true ]]; then
|
if [[ "$POWERLEVEL9K_BATTERY_VERBOSE" == true ]]; then
|
||||||
message="$bat_percent%%$remain"
|
message="$bat_percent%%$remain"
|
||||||
|
else
|
||||||
|
message="$bat_percent%%"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Draw the prompt_segment
|
# Draw the prompt_segment
|
||||||
|
|
Loading…
Reference in a new issue