Bugfix: make custom colors configurable for battery (Thanks thomas)

fixes #865
This commit is contained in:
Michael Stapelberg 2012-11-10 08:46:26 +01:00
parent 264068551f
commit 2f20400d7a

View File

@ -226,6 +226,7 @@ int main(int argc, char *argv[]) {
CFG_INT("low_threshold", 30, CFGF_NONE), CFG_INT("low_threshold", 30, CFGF_NONE),
CFG_STR("threshold_type", "time", CFGF_NONE), CFG_STR("threshold_type", "time", CFGF_NONE),
CFG_BOOL("last_full_capacity", false, CFGF_NONE), CFG_BOOL("last_full_capacity", false, CFGF_NONE),
CFG_CUSTOM_COLOR_OPTS,
CFG_END() CFG_END()
}; };