diff options
| author | Michael Stapelberg <michael@stapelberg.de> | 2012-11-10 08:46:26 +0100 | 
|---|---|---|
| committer | Michael Stapelberg <michael@stapelberg.de> | 2012-11-10 08:46:26 +0100 | 
| commit | 2f20400d7af06d1a283bf727ce7af27f68f255f5 (patch) | |
| tree | 291e04bb97eed8fba590ff986c1c5efc98a81971 | |
| parent | 264068551fa3f8f950f9a261bdbf0ec4c885d9bf (diff) | |
Bugfix: make custom colors configurable for battery (Thanks thomas)
fixes #865
| -rw-r--r-- | i3status.c | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -226,6 +226,7 @@ int main(int argc, char *argv[]) {                  CFG_INT("low_threshold", 30, CFGF_NONE),                  CFG_STR("threshold_type", "time", CFGF_NONE),                  CFG_BOOL("last_full_capacity", false, CFGF_NONE), +                CFG_CUSTOM_COLOR_OPTS,                  CFG_END()          };  | 
