diff options
author | Niklas Mollenhauer <nikeee@users.noreply.github.com> | 2018-03-22 03:05:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 03:05:35 +0300 |
commit | 4de4e8d9d70ba3faeea31c2486632b5cb142b40d (patch) | |
tree | 02f627fb40f4d786eec01a14bf51c6d860336674 /README.md | |
parent | 70fa74f6313bf6a6df3c71e1c82783f6af46c7a0 (diff) |
Fix POWERLEVEL9k_BATTERY_STAGES Table
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -209,8 +209,9 @@ You can also change the battery icon automatically depending on the battery level. This will override the default battery icon. In order to do this, you need to define the `POWERLEVEL9k_BATTERY_STAGES` variable. -| Variable | Default Value | Description | -| `POWERLEVEL9K_BATTERY_STAGES`|Unset|A string or array, which each index indicates a charge level.| +| Variable | Default Value | Description | +|-------------------------------|---------------|---------------------------------------------------------------| +| `POWERLEVEL9K_BATTERY_STAGES` | Unset | A string or array, which each index indicates a charge level. | Powerlevel9k will use each index of the string or array as a stage to indicate battery charge level, progressing from left to right. You can provide any number of |