You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed variable names inside README file
* More fixed variables.
* Updated some verbiage
This should help to make some of the descriptions more clear.
-`#{battery_color_bg}` - will set the background color of the status bar based on the battery charge level and status
61
-
-`#{battery_color_fg}` - will set the foreground color of the status bar based on the battery charge level and status
60
+
-`#{battery_color_bg}` - will set the background color of the status bar based on the battery charge level if discharging and status otherwise
61
+
-`#{battery_color_fg}` - will set the foreground color of the status bar based on the battery charge level if discharging and status otherwise
62
62
-`#{battery_color_charge_bg}` - will set the background color of the status bar based solely on the battery charge level
63
63
-`#{battery_color_charge_fg}` - will set the foreground color of the status bar based solely on the battery charge level
64
64
-`#{battery_color_status_bg}` - will set the background color of the status bar based solely on the battery status
@@ -90,7 +90,7 @@ By default, the following colors and icons are used. (The exact colors displayed
90
90
91
91
Please be aware that the 'level of charge' as noted below (e.g. `[80%-95%)`) uses interval notation. If you are unfamiliar with it, <ahref="https://en.wikipedia.org/wiki/Bracket_(mathematics)#Intervals">check it out here</a>.
92
92
93
-
Also, a note about the `@batt_color_...` options: `@batt_color_..._primary` options are what will be displayed in the main `bg` or `fg` format strings you choose - e.g. if you use `#{battery_color_bg}`, the `@batt_color_..._primary` color you choose will be the background. Likewise, the corresponding `@batt_color_..._secondary` color will be the foreground.
93
+
Also, a note about the `@batt_color_...` options: `@batt_color_..._primary_...` options are what will be displayed in the main `bg` or `fg` format strings you choose - e.g. if you use `#{battery_color_bg}`, the `@batt_color_..._primary_...` colors you choose will be the background. Likewise, the corresponding `@batt_color_..._secondary_...` color will be the foreground.
0 commit comments