diff options
author | Fernando Tarlá Cardoso Lemos <fernandotcl@gmail.com> | 2010-06-30 19:56:30 -0300 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2010-07-04 21:52:45 +0200 |
commit | a7863b7ecaf2d57c1ed46d06ce6fc9d64aa88b56 (patch) | |
tree | 66365419c0868991f69952291a7d96c026aaaaea /man | |
parent | 38337511e9b5896006f276c111265c985b2af70d (diff) |
Updated the manual page with the color_* directives.
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/man/i3status.man b/man/i3status.man index 42d2e33..18cfb19 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -97,9 +97,22 @@ disk "/" { === General -The colors directive will disable all colors if you set it to +false+. -+interval+ is the time in seconds which i3status will sleep until printing -the next status line. +The +colors+ directive will disable all colors if you set it to +false+. You can +also specify the colors that will be used to display "good", "degraded" or "bad" +values using the +color_good+, +color_degraded+ or +color_bad+ directives, +respectively. Those directives are only used if color support is not disabled by +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+ + +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 +color, even when colors are disabled by the +colors+ directive. + +The +interval+ directive specifies the time in seconds for which i3status will +sleep before printing the next status line. Using +output_format+ you can chose which format strings i3status should use in its output. Currently available are: |