diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2019-03-09 02:03:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-09 02:03:30 +0300 |
commit | 7752a8111a07ccb9ea1639f4e91aa5d359ac2c76 (patch) | |
tree | 9747df28dcc86bd794085ce836ae7467174f12f6 | |
parent | 758bc175d62a80d944d05277bcd521b61e1459e0 (diff) | |
parent | 7554ae9d6784aaa46514930488e1ac80d0394d8f (diff) |
Merge pull request #1183 from vwvw/master
[Docs] Added doc for POWERLEVEL9K_BATTERY_HIDE_ABOVE_THRESHOLD
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -208,6 +208,7 @@ systems without a battery). It is supported on both OSX and Linux (note that it |`POWERLEVEL9K_BATTERY_LOW_THRESHOLD`|`10`|Threshold to consider battery level critical.| |`POWERLEVEL9K_BATTERY_LOW_COLOR`|`"red"`|Color to indicate critically low charge level.| |`POWERLEVEL9K_BATTERY_VERBOSE`|`true`|Display time remaining next to battery level.| +|`POWERLEVEL9K_BATTERY_HIDE_ABOVE_THRESHOLD`|`unset`|Threshold from which the battery segment should not be displayed.| Note that you can [modify the `_FOREGROUND` color](https://github.com/bhilburn/powerlevel9k/wiki/Stylizing-Your-Prompt#segment-color-customization) |