Clarify color_separator relation to output_format
Patch status: merged
Patch by Bas Pape
To apply this patch, use:
curl http://cr.i3wm.org/patch/568/raw.patch | git am
b/man/i3status.man
13 |
@@ -132,7 +132,8 @@ color_good = "#00FF00" |
14 |
|
15 |
Likewise, you can use the +color_separator+ directive to specify the color that |
16 |
will be used to paint the separator bar. The separator is always output in |
17 |
-color, even when colors are disabled by the +colors+ directive. |
18 |
+color, even when colors are disabled by the +colors+ directive. This option has |
19 |
+no effect when +output_format+ is set to +i3bar+ or +none+. |
20 |
|
21 |
The +interval+ directive specifies the time in seconds for which i3status will |
22 |
sleep before printing the next status line. |