diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -215,7 +215,8 @@ Other configuration options: fonts. - `additionalFonts` Haskell-style list of fonts to be used with the - `fn`-template. Use the `xft:` prefix for XFT fonts. + `fn`-template. Use the `xft:` prefix for XFT fonts. See also + `textOffsets` below. - `bgColor` Background color. @@ -258,6 +259,11 @@ Other configuration options: If negative or not given, xmobar will try to center text vertically. +- `textOffsets` A list of vertical offsets, in pixels, for the text + baseline, to be used with the each of the fonts in + `additionalFonts` (if any). If negative or not given, xmobar will + try to center text vertically for that font. + - `iconOffset` The vertical offset, in pixels, for icons bottom line. If negative or not given, xmobar will try to center icons vertically. |