summaryrefslogtreecommitdiff
path: root/i3status.c
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-11-10 08:46:26 +0100
committerMichael Stapelberg <michael@stapelberg.de>2012-11-10 08:46:26 +0100
commit2f20400d7af06d1a283bf727ce7af27f68f255f5 (patch)
tree291e04bb97eed8fba590ff986c1c5efc98a81971 /i3status.c
parent264068551fa3f8f950f9a261bdbf0ec4c885d9bf (diff)
Bugfix: make custom colors configurable for battery (Thanks thomas)
fixes #865
Diffstat (limited to 'i3status.c')
-rw-r--r--i3status.c1
1 files changed, 1 insertions, 0 deletions
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()
};