diff options
| -rw-r--r-- | man/i3status.man | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/man/i3status.man b/man/i3status.man index 786271e..777cb38 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -112,7 +112,10 @@ the +colors+ directive. The input format for color values is the canonical RGB  hexadecimal triplet (with no separators between the colors), prefixed by a hash  character ("#"). -*Example color_good*: +#00FF00+ +*Example configuration*: +------------------------------------------------------------- +color_good = "#00FF00" +-------------------------------------------------------------  Likewise, you can use the +color_separator+ directive to specify the color that  will be used to paint the separator bar. The separator is always output in | 
