|
|
@ -672,16 +672,12 @@ fi
|
|
|
|
# Show battery in red when it's below this level and not connected to power supply.
|
|
|
|
# Show battery in red when it's below this level and not connected to power supply.
|
|
|
|
typeset -g POWERLEVEL9K_BATTERY_LOW_THRESHOLD=20
|
|
|
|
typeset -g POWERLEVEL9K_BATTERY_LOW_THRESHOLD=20
|
|
|
|
typeset -g POWERLEVEL9K_BATTERY_LOW_FOREGROUND=160
|
|
|
|
typeset -g POWERLEVEL9K_BATTERY_LOW_FOREGROUND=160
|
|
|
|
# Show battery in green when it's charging.
|
|
|
|
# Show battery in green when it's charging or fully charged.
|
|
|
|
typeset -g POWERLEVEL9K_BATTERY_CHARGING_FOREGROUND=70
|
|
|
|
typeset -g POWERLEVEL9K_BATTERY_{CHARGING,CHARGED}_FOREGROUND=70
|
|
|
|
# Show battery in yellow when not connected to power supply.
|
|
|
|
# Show battery in yellow when it's discharging.
|
|
|
|
typeset -g POWERLEVEL9K_BATTERY_DISCONNECTED_FOREGROUND=178
|
|
|
|
typeset -g POWERLEVEL9K_BATTERY_DISCONNECTED_FOREGROUND=178
|
|
|
|
# Battery pictograms going from low to high level of charge.
|
|
|
|
# Battery pictograms going from low to high level of charge.
|
|
|
|
typeset -g POWERLEVEL9K_BATTERY_STAGES='▁▂▃▄▅▆▇'
|
|
|
|
typeset -g POWERLEVEL9K_BATTERY_STAGES=('%K{232}▁' '%K{232}▂' '%K{232}▃' '%K{232}▄' '%K{232}▅' '%K{232}▆' '%K{232}▇' '%K{232}█')
|
|
|
|
# Display battery pictogram on black background.
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_BATTERY_VISUAL_IDENTIFIER_EXPANSION='%K{232}${P9K_VISUAL_IDENTIFIER}%k'
|
|
|
|
|
|
|
|
# Don't show battery when it's fully charged and connected to power supply.
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_BATTERY_CHARGED_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION=
|
|
|
|
|
|
|
|
# Don't show the remaining time to charge/discharge.
|
|
|
|
# Don't show the remaining time to charge/discharge.
|
|
|
|
typeset -g POWERLEVEL9K_BATTERY_VERBOSE=false
|
|
|
|
typeset -g POWERLEVEL9K_BATTERY_VERBOSE=false
|
|
|
|
|
|
|
|
|
|
|
|