diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -198,6 +198,9 @@ 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`. + The index `0` corresponds to the standard font. + - `<icon=/path/to/icon.xbm/>` will insert the given bitmap. XPM image format is also supported when compiled with `--flags="with_xpm"`. @@ -227,6 +230,10 @@ Other configuration options: `font` : Name of the font to be used. Use the `xft:` prefix for XFT fonts. +`fontList` +: Haskell-style list of fonts to be used with the `fn`-template. + Use the `xft:` prefix for XFT fonts. + `bgColor` : Background color. |