summaryrefslogtreecommitdiffhomepage
path: root/README.html
diff options
context:
space:
mode:
Diffstat (limited to 'README.html')
-rw-r--r--README.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.html b/README.html
index 0861c70..58436de 100644
--- a/README.html
+++ b/README.html
@@ -257,11 +257,22 @@ ol.decimal { list-style-type: decimal; }
></dt
><dd
><p
- >Top, Bottom or Static (with x, y, width and height).</p
+ >Top, TopW, Bottom, BottomW or Static (with x, y, width and height).</p
+ ><p
+ >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</p
><p
>For example:</p
><pre
><code
+ > position = Bottom C 75
+</code
+ ></pre
+ ><p
+ >to place Xmobar at the bottom, centered with the 75% of the screen width.</p
+ ><p
+ >Or</p
+ ><pre
+ ><code
> position = Static { xpos = 0 , ypos = 0, width = 1024, height = 15 }
</code
></pre