diff options
author | jao <jao@gnu.org> | 2020-08-09 18:45:22 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-08-09 18:45:22 +0100 |
commit | 7e5d791690c98185ed1317f23ccc2d8f61525d6b (patch) | |
tree | 43f4578b0581bc4737346f51022ac7b7c0e43861 /readme.md | |
parent | 3cc4a0884300a60b68595bb97a5eecc386927622 (diff) | |
download | xmobar-7e5d791690c98185ed1317f23ccc2d8f61525d6b.tar.gz xmobar-7e5d791690c98185ed1317f23ccc2d8f61525d6b.tar.bz2 |
Doc fixes
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -285,10 +285,9 @@ For the output template: of the resulting line, with L/R meaning top/bottom for the vertical lines, and left/right for horizontal ones. - `mt`, `mb`, `ml`, `mr` specify margins to be added at the top, - bottom, left and right lines For instance, `l=R5` asks for a - margin of 5 pixels to the left, with right alignment. + bottom, left and right lines. - For example, a box underlining its text with a red line of with 2: + For example, a box underlining its text with a red line of width 2: <box type=Bottom width=2 color=red>string</box> |