mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
fix battery color
This commit is contained in:
parent
2dbd375981
commit
eabdc9dc2e
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ fi
|
||||||
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.
|
||||||
typeset -g POWERLEVEL9K_BATTERY_CHARGING_FOREGROUND=2
|
typeset -g POWERLEVEL9K_BATTERY_CHARGING_FOREGROUND=70
|
||||||
# Show battery in yellow when not connected to power supply.
|
# Show battery in yellow when not connected to power supply.
|
||||||
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.
|
||||||
|
|
Loading…
Reference in a new issue