From da006d8a396e7b755c3c1dd8281fb7d2fa7b84ae Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Fri, 9 Jan 2015 10:57:41 +0600 Subject: Change the `fontList` to `additionalFonts` --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readme.md') 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: - `string` will print `string` with `#FF0000` color (red). -- `string` will print `string` with the first font from `fontList`. +- `string` will print `string` with the first font from `additionalFonts`. The index `0` corresponds to the standard font. - `` 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. -- cgit v1.2.3