From: Michael Stapelberg Date: Sat, 10 Nov 2012 07:46:26 +0000 (+0100) Subject: Bugfix: make custom colors configurable for battery (Thanks thomas) X-Git-Tag: 2.7~20 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=commitdiff_plain;h=2f20400d7af06d1a283bf727ce7af27f68f255f5 Bugfix: make custom colors configurable for battery (Thanks thomas) fixes #865 --- 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() };