Bugfix: make custom colors configurable for cpu_temperature (Thanks thomas)

fixes #865
This commit is contained in:
Michael Stapelberg 2012-11-07 21:14:02 +01:00
parent 638156c8b2
commit 264068551f

View 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_CUSTOM_COLOR_OPTS,
CFG_END()
};