[p10k] Update generation info

This commit is contained in:
Daniel Carrillo 2022-10-23 20:06:01 +02:00
parent 62deef62ec
commit 02cf8d1e52
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 5 additions and 7 deletions

View File

@ -1,9 +1,7 @@
# Generated by Powerlevel10k configuration wizard on 2021-06-17 at 17:17 CEST.
# Based on romkatv/powerlevel10k/config/p10k-lean.zsh, checksum 19275.
# Wizard options: awesome-fontconfig, large icons, unicode, lean, 1 line, compact,
# few icons, concise, instant_prompt=verbose.
# Type `p10k configure` to generate another config.
#
# Based on romkatv/powerlevel10k/config/p10k-lean.zsh, checksum 59558.
# Wizard options: nerdfont-complete + powerline, small icons, unicode, lean, 1 line,
# compact, few icons, concise, instant_prompt=verbose.
# Type `p10k configure` to generate another config.#
# Config for Powerlevel10k with lean prompt style. Type `p10k configure` to generate
# your own config based on it.
#
@ -1485,7 +1483,7 @@
# Show battery in yellow when it's discharging.
typeset -g POWERLEVEL9K_BATTERY_DISCONNECTED_FOREGROUND=178
# Battery pictograms going from low to high level of charge.
typeset -g POWERLEVEL9K_BATTERY_STAGES=('%K{232}▁' '%K{232}▂' '%K{232}▃' '%K{232}▄' '%K{232}▅' '%K{232}▆' '%K{232}▇' '%K{232}█')
typeset -g POWERLEVEL9K_BATTERY_STAGES='\uf58d\uf579\uf57a\uf57b\uf57c\uf57d\uf57e\uf57f\uf580\uf581\uf578'
# Don't show the remaining time to charge/discharge.
typeset -g POWERLEVEL9K_BATTERY_VERBOSE=false