summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMarkus Scherer <markus.f.scherer@gmail.com>2015-01-09 10:57:41 +0600
committerMarkus Scherer <markus.f.scherer@gmail.com>2015-01-09 10:57:41 +0600
commitda006d8a396e7b755c3c1dd8281fb7d2fa7b84ae (patch)
treecee73850bbe164ba6ad06b3758e8e972c1218c7f /readme.md
parentee2b41303756bdfaa8955a1e1fd55396dda936b0 (diff)
downloadxmobar-da006d8a396e7b755c3c1dd8281fb7d2fa7b84ae.tar.gz
xmobar-da006d8a396e7b755c3c1dd8281fb7d2fa7b84ae.tar.bz2
Change the `fontList` to `additionalFonts`
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 3db4955..3ca3a7e 100644
--- a/readme.md
+++ b/readme.md
@@ -198,7 +198,7 @@ For the output template:
- `<fc=#FF0000>string</fc>` will print `string` with `#FF0000` color
(red).
-- `<fn=1>string</fn>` will print `string` with the first font from `fontList`.
+- `<fn=1>string</fn>` will print `string` with the first font from `additionalFonts`.
The index `0` corresponds to the standard font.
- `<icon=/path/to/icon.xbm/>` will insert the given bitmap. XPM image
@@ -230,7 +230,7 @@ Other configuration options:
`font`
: Name of the font to be used. Use the `xft:` prefix for XFT fonts.
-`fontList`
+`additionalFonts`
: Haskell-style list of fonts to be used with the `fn`-template.
Use the `xft:` prefix for XFT fonts.