diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-09-07 13:51:53 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-09-07 13:51:53 +0300 |
commit | eabdc9dc2e753599c34f4aadeefff4c68d7f5175 (patch) | |
tree | 36e21c02e65aa1c492e6e65d77149a240bf2fe92 /config | |
parent | 2dbd37598101bf1e398a71b4668f6ce0cc2ffaa6 (diff) |
fix battery color
Diffstat (limited to 'config')
-rw-r--r-- | config/p10k-classic.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 16c8a1ee..606c2fe0 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -693,7 +693,7 @@ fi typeset -g POWERLEVEL9K_BATTERY_LOW_THRESHOLD=20 typeset -g POWERLEVEL9K_BATTERY_LOW_FOREGROUND=160 # 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. typeset -g POWERLEVEL9K_BATTERY_DISCONNECTED_FOREGROUND=178 # Battery pictograms going from low to high level of charge. |