diff options
author | Dmitry Malikov <color404051h@gmail.com> | 2013-01-20 02:01:10 +0400 |
---|---|---|
committer | Dmitry Malikov <color404051h@gmail.com> | 2013-01-20 02:01:10 +0400 |
commit | de224f0ead3c76d6dca4c72fd6c4def15ca858bc (patch) | |
tree | ce0976ccd0f2c54e9804e57505471ccccdde8b3c /readme.md | |
parent | 8498b6e21054b424b4ded7bd01b02a0c31eb4209 (diff) | |
download | xmobar-de224f0ead3c76d6dca4c72fd6c4def15ca858bc.tar.gz xmobar-de224f0ead3c76d6dca4c72fd6c4def15ca858bc.tar.bz2 |
New XPositions: TopP and BottomP
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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 } |