]> git.sur5r.net Git - i3/i3status/commitdiff
Bugfix: make custom colors configurable for cpu_temperature (Thanks thomas)
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 7 Nov 2012 20:14:02 +0000 (21:14 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 7 Nov 2012 20:14:02 +0000 (21:14 +0100)
fixes #865

i3status.c

index 0037fbc7856f0bc1b90c030ed107dffaa5b6055f..6acd645130cb2af2ea386a6f9355ac114f28ccf2 100644 (file)
@@ -253,6 +253,7 @@ int main(int argc, char *argv[]) {
                 CFG_STR("format", "%degrees C", CFGF_NONE),
                 CFG_STR("path", NULL, CFGF_NONE),
                 CFG_INT("max_threshold", 75, CFGF_NONE),
                 CFG_STR("format", "%degrees C", CFGF_NONE),
                 CFG_STR("path", NULL, CFGF_NONE),
                 CFG_INT("max_threshold", 75, CFGF_NONE),
+                CFG_CUSTOM_COLOR_OPTS,
                 CFG_END()
         };
 
                 CFG_END()
         };