diff options
Diffstat (limited to 'i3status.c')
-rw-r--r-- | i3status.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() }; |