diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2011-05-08 20:43:35 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2011-05-08 20:43:35 +0200 |
commit | abd1c58d7e95155da1d8d8487516662add2efe95 (patch) | |
tree | f5fb7a0a354325c017a65fa2389b4168dd7726d4 | |
parent | 0b299f740d5161d1ff3a9b1d6987425062f18901 (diff) |
manpage: give a better example of the color_good option (Thanks Kamila)
-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 |