Remove custom color options from order array
Patch status: merged
Patch by Marco Hunsicker
To apply this patch, use:
curl http://cr.i3wm.org/patch/471/raw.patch | git am
b/i3status.c
13 |
@@ -419,7 +419,6 @@ int main(int argc, char *argv[]) { |
14 |
CFG_SEC("ddate", ddate_opts, CFGF_NONE), |
15 |
CFG_SEC("load", load_opts, CFGF_NONE), |
16 |
CFG_SEC("cpu_usage", usage_opts, CFGF_NONE), |
17 |
- CFG_CUSTOM_COLOR_OPTS, |
18 |
CFG_END() |
19 |
}; |
20 |
|