summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-11-07 21:14:02 +0100
committerMichael Stapelberg <michael@stapelberg.de>2012-11-07 21:14:02 +0100
commit264068551fa3f8f950f9a261bdbf0ec4c885d9bf (patch)
treed0438f4e7bcd3873ceaad8c5fede4cd36b05dd43
parent638156c8b2ca6b0d62941aa96a0810ca939a1bce (diff)
Bugfix: make custom colors configurable for cpu_temperature (Thanks thomas)
fixes #865
-rw-r--r--i3status.c1
1 files changed, 1 insertions, 0 deletions
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()
};