From 2f20400d7af06d1a283bf727ce7af27f68f255f5 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 10 Nov 2012 08:46:26 +0100 Subject: [PATCH] Bugfix: make custom colors configurable for battery (Thanks thomas) fixes #865 --- i3status.c | 1 + 1 file changed, 1 insertion(+) diff --git a/i3status.c b/i3status.c index 6acd645..503f763 100644 --- a/i3status.c +++ b/i3status.c @@ -226,6 +226,7 @@ int main(int argc, char *argv[]) { CFG_INT("low_threshold", 30, CFGF_NONE), CFG_STR("threshold_type", "time", CFGF_NONE), CFG_BOOL("last_full_capacity", false, CFGF_NONE), + CFG_CUSTOM_COLOR_OPTS, CFG_END() }; -- 2.39.2