Bugfix: make custom colors configurable for cpu_temperature (Thanks thomas)
fixes #865
This commit is contained in:
parent
638156c8b2
commit
264068551f
@ -253,6 +253,7 @@ int main(int argc, char *argv[]) {
|
|||||||
CFG_STR("format", "%degrees C", CFGF_NONE),
|
CFG_STR("format", "%degrees C", CFGF_NONE),
|
||||||
CFG_STR("path", NULL, CFGF_NONE),
|
CFG_STR("path", NULL, CFGF_NONE),
|
||||||
CFG_INT("max_threshold", 75, CFGF_NONE),
|
CFG_INT("max_threshold", 75, CFGF_NONE),
|
||||||
|
CFG_CUSTOM_COLOR_OPTS,
|
||||||
CFG_END()
|
CFG_END()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user