From de224f0ead3c76d6dca4c72fd6c4def15ca858bc Mon Sep 17 00:00:00 2001 From: Dmitry Malikov Date: Sun, 20 Jan 2013 02:01:10 +0400 Subject: New XPositions: TopP and BottomP --- readme.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index eb28a84..f98f3f2 100644 --- a/readme.md +++ b/readme.md @@ -200,8 +200,10 @@ Other configuration options: : Default font color. `position` -: Top, TopW, TopSize, Bottom, BottomW, BottomSize or Static (with x, y, - width and height). +: Top, TopP, TopW, TopSize, Bottom, BottomP, BottomW, BottomSize or Static + (with x, y, width and height). + +: TopP and BottomP take 2 arguments: left padding and right padding. : TopW and BottomW take 2 arguments: an alignment parameter (L for left, C for centered, R for Right) and an integer for the @@ -218,6 +220,13 @@ Other configuration options: : to place xmobar at the bottom, centered with the 75% of the screen width. +: Or: + +: position = BottomP 120 0 + +: to place xmobar at the bottom, with 120 pixel indent of the left. + + : Or : position = Static { xpos = 0 , ypos = 0, width = 1024, height = 15 } -- cgit v1.2.3