diff options
author | Marcelo Cerri <mhcerri@gmail.com> | 2012-10-18 17:55:41 -0300 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2012-10-24 18:59:46 +0200 |
commit | dbf3adc81d189c284d24b0e8debf387ba23ccc40 (patch) | |
tree | a3b0587a8e8fc241b618a6ecb1a5fcec64992e6b /man/i3status.man | |
parent | e10d38fea0956b01064f694bca3e827ba3f3e261 (diff) |
add good, degraded and bad colors per module
This commit adds support for color_good, color_degraded and color_bad
directives per module section in the config file.
Diffstat (limited to 'man/i3status.man')
-rw-r--r-- | man/i3status.man | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/i3status.man b/man/i3status.man index 0d98f8f..c14d8d2 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -143,6 +143,11 @@ none:: Does not use any color codes. Separates values by the pipe symbol. This should be used with i3bar and can be used for custom scripts. +It's also possible to use the color_good, color_degraded, color_bad directives +to define specific colors per module. If one of these directives is defined +in a module section its value will override the value defined in the general +section just for this module. + === IPv6 This module gets the IPv6 address used for outgoing connections (that is, the |