diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-27 00:25:52 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-27 00:25:52 +0100 |
commit | 8c8f4e1dc6706146655e1ca8fc8784324350f056 (patch) | |
tree | 6205d36d0c254050760acdb3888e7eb907caab14 | |
parent | 499ae3d7149c98e3c4d72dbd348094958cdebbc7 (diff) | |
download | xmobar-8c8f4e1dc6706146655e1ca8fc8784324350f056.tar.gz xmobar-8c8f4e1dc6706146655e1ca8fc8784324350f056.tar.bz2 |
Mentioning '<fc=fgcolor,bgcolor>' in the docs
'fc' is a very unfortunate name, in view of this feature, but i'm
afraid it's too late to eliminate it; but i guess we could at least
deprecate it...
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -666,9 +666,10 @@ These are the arguments that can be used for internal commands in the - `-t` _string_ Output template - Template for the monitor output. Field names must be enclosed between pointy brackets (`<foo>`) and will be substituted by the - computed values. You can also specify a foreground color for a - region bracketing it between `<fc=color>` and `</fc>`. The rest - of the template is output verbatim. + computed values. You can also specify the foreground (and + optionally, background) color for a region by bracketing it + between `<fc=fgcolor>` (or `<fc=fgcolor,bgcolor>`) and + `</fc>`. The rest of the template is output verbatim. - Long option: `--template` - Default value: per monitor (see above). - `-H` _number_ The high threshold. |