From 5235198be8d7264f23926bef23ccedd394d11510 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 15 Sep 2022 05:56:55 +0100 Subject: cairo: box drawing --- doc/quick-start.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/quick-start.org b/doc/quick-start.org index 55d3331..d711138 100644 --- a/doc/quick-start.org +++ b/doc/quick-start.org @@ -238,7 +238,8 @@ configuration language, see [[../etc/xmobar.config][etc/xmobar.config]], and you (red). =string= will print =string= in red with a black background (=#000000=). Background absolute offsets can be specified for fonts. =string= will have a background - matching the bar's height. + matching the bar's height. It is also possible to specify the colour's + opacity, with two additional hex digits (e.g. #FF00000aa). - =string= will print =string= with the first font from =additionalFonts=. The index =0= corresponds to the standard font. @@ -289,9 +290,9 @@ configuration language, see [[../etc/xmobar.config][etc/xmobar.config]], and you foreground color. The =box= tag accepts several optional arguments to tailor its looks: - - =type=: =Top=, =Bottom=, =VBoth= (a single line above or below - string, or both), =Left=, =Right=, =HBoth= (single vertical lines), - =Full= (a rectangle, the default). + - =type=: =Top=, =Bottom=, =VBoth= (a single line above or below string, or + both), =Left=, =Right=, =HBoth= (single vertical lines), =Full= (a rectangle, + the default). - =color=: the color of the box lines. - =width=: the width of the box lines. - =offset=: an alignment char (L, C or R) followed by the amount of -- cgit v1.2.3