summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-27 00:25:52 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-27 00:25:52 +0100
commit8c8f4e1dc6706146655e1ca8fc8784324350f056 (patch)
tree6205d36d0c254050760acdb3888e7eb907caab14
parent499ae3d7149c98e3c4d72dbd348094958cdebbc7 (diff)
downloadxmobar-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--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index d61da17..ae8cd43 100644
--- a/README
+++ b/README
@@ -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.