From 70fa74f6313bf6a6df3c71e1c82783f6af46c7a0 Mon Sep 17 00:00:00 2001 From: Niklas Mollenhauer Date: Wed, 21 Mar 2018 16:28:23 +0100 Subject: [PATCH 1/2] Fix Brightness Table --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46d8ab61..cb5c065c 100644 --- a/README.md +++ b/README.md @@ -250,10 +250,12 @@ As with the battery stages, you can use any number of colors and Powerlevel9k 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 From 4de4e8d9d70ba3faeea31c2486632b5cb142b40d Mon Sep 17 00:00:00 2001 From: Niklas Mollenhauer Date: Thu, 22 Mar 2018 01:05:35 +0100 Subject: [PATCH 2/2] Fix POWERLEVEL9k_BATTERY_STAGES Table --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb5c065c..9991547a 100644 --- a/README.md +++ b/README.md @@ -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