From 264068551fa3f8f950f9a261bdbf0ec4c885d9bf Mon Sep 17 00:00:00 2001
From: Michael Stapelberg <michael@stapelberg.de>
Date: Wed, 7 Nov 2012 21:14:02 +0100
Subject: Bugfix: make custom colors configurable for cpu_temperature (Thanks
 thomas)

fixes #865
---
 i3status.c | 1 +
 1 file changed, 1 insertion(+)

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()
         };
 
-- 
cgit v1.2.3