diff options
author | Unoqwy <65187632+Unoqwy@users.noreply.github.com> | 2020-07-29 20:50:42 +0200 |
---|---|---|
committer | Unoqwy <julien.qwy@gmail.com> | 2020-08-07 19:49:34 +0200 |
commit | 599c06f942d549e8260de7c6735dc03a013ed92e (patch) | |
tree | a921a7b6c9e4778890bad8bb77aed7f4ea6809e3 /readme.md | |
parent | 1b5bc3ad51a4cd154e5da09498aae191ba46a8e4 (diff) | |
download | xmobar-599c06f942d549e8260de7c6735dc03a013ed92e.tar.gz xmobar-599c06f942d549e8260de7c6735dc03a013ed92e.tar.bz2 |
readme: box default values
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -276,8 +276,8 @@ For the output template: - `<fn=1>string</fn>` will print `string` with the first font from `additionalFonts`. The index `0` corresponds to the standard font. -- `<box=BBBottom C 0 1 red>string</box>` will underline `string` in red and `<box=BBFull C 0 1 white>string</box>` will draw a white box around `string`. - <br>Usage: `<box=Position Align Offset Width Color>`. +- `<box=BBBottom C 0 1 red>string</box>` will underline `string` in red and `<box=BBFull>string</box>` will draw a white box around `string`. + <br>Usage: `<box=Position Align Offset Width Color>`. Only `Position` is required, everything else has a default value. <br>Positions: `BBTop, BBBottom, BBVBoth, BBLeft, BBRight, BBHBoth, BBFull` - `<icon=/path/to/icon.xbm/>` will insert the given bitmap. XPM image |