diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2018-04-14 04:49:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-14 04:49:51 +0300 |
commit | 3dc17fce9650a36c961a6eb6f64ac78f81703152 (patch) | |
tree | 926962ecec37dcc832c8e0d13f699b98300d6740 | |
parent | 6e3ceb8882788727534c2438d937e3e520f7fbbc (diff) | |
parent | 356f05f0e5499e659715756d358bab87e18ef9cc (diff) |
Merge pull request #781 from nikeee/master
Fix Brightness Table in README
-rw-r--r-- | README.md | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -210,9 +210,10 @@ 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 @@ -253,11 +254,11 @@ will automatically use all of them appropriately. Some example settings: -|Brightness|Possible Array| -|----------|--------------| -|Bright Colors|(196 202 208 214 220 226 190 154 118 82 46)| -|Normal Colors|(124 130 136 142 148 112 76 40 34 28 22)| -|Subdued Colors|( 88 94 100 106 70 34 28 22)| +| Brightness | Possible Array | +|----------------|-------------------------------------------------| +| Bright Colors | `(196 202 208 214 220 226 190 154 118 82 46)` | +| Normal Colors | `(124 130 136 142 148 112 76 40 34 28 22)` | +| Subdued Colors | `( 88 94 100 106 70 34 28 22)` | ##### command_execution_time |