summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorDmitry Malikov <color404051h@gmail.com>2013-01-20 02:01:10 +0400
committerDmitry Malikov <color404051h@gmail.com>2013-01-20 02:01:10 +0400
commitde224f0ead3c76d6dca4c72fd6c4def15ca858bc (patch)
treece0976ccd0f2c54e9804e57505471ccccdde8b3c /readme.md
parent8498b6e21054b424b4ded7bd01b02a0c31eb4209 (diff)
downloadxmobar-de224f0ead3c76d6dca4c72fd6c4def15ca858bc.tar.gz
xmobar-de224f0ead3c76d6dca4c72fd6c4def15ca858bc.tar.bz2
New XPositions: TopP and BottomP
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md13
1 files changed, 11 insertions, 2 deletions
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 }