From: Michael Stapelberg Date: Wed, 7 Nov 2012 20:14:02 +0000 (+0100) Subject: Bugfix: make custom colors configurable for cpu_temperature (Thanks thomas) X-Git-Tag: 2.7~21 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=commitdiff_plain;h=264068551fa3f8f950f9a261bdbf0ec4c885d9bf Bugfix: make custom colors configurable for cpu_temperature (Thanks thomas) fixes #865 --- diff --git a/i3status.c b/i3status.c index 0037fbc..6acd645 100644 --- a/i3status.c +++ b/i3status.c @@ -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_CUSTOM_COLOR_OPTS, CFG_END() };