From fa9e9acbda2a67b7c566754587255a08e26a0729 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sun, 4 Nov 2007 18:58:56 +0100 Subject: README:updated to latest changes darcs-hash:20071104175856-d6583-dee73d0be01b39cd44467ba1f21f384874799985.gz --- README.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README.html') diff --git a/README.html b/README.html index 0861c70..58436de 100644 --- a/README.html +++ b/README.html @@ -257,10 +257,21 @@ ol.decimal { list-style-type: decimal; } >

Top, Bottom or Static (with x, y, width and height).

Top, TopW, Bottom, BottomW or Static (with x, y, width and height).

TopW and BottomW take 2 arguments: an alignment parameter (L for left, C for centered, R for Right) and an integer for the percentage width Xmobar window will have in respect to the screen width

For example:

   position = Bottom C 75
+

to place Xmobar at the bottom, centered with the 75% of the screen width.

Or

   position = Static { xpos = 0 , ypos = 0, width = 1024, height = 15 }