Bugfix: make custom colors configurable for battery (Thanks thomas)
fixes #865
This commit is contained in:
parent
264068551f
commit
2f20400d7a
@ -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()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user