diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2012-11-07 21:14:02 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2012-11-07 21:14:02 +0100 |
commit | 264068551fa3f8f950f9a261bdbf0ec4c885d9bf (patch) | |
tree | d0438f4e7bcd3873ceaad8c5fede4cd36b05dd43 | |
parent | 638156c8b2ca6b0d62941aa96a0810ca939a1bce (diff) |
Bugfix: make custom colors configurable for cpu_temperature (Thanks thomas)
fixes #865
-rw-r--r-- | i3status.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() }; |