diff options
| author | Daniel Wagner <daniel@wagner-home.com> | 2009-12-30 08:46:04 +0100 | 
|---|---|---|
| committer | Daniel Wagner <daniel@wagner-home.com> | 2009-12-30 08:46:04 +0100 | 
| commit | cf25ae10fa019378c5aa5c7381275bd475c11ed4 (patch) | |
| tree | 251dc495ad73903dc265726683d08377ae74aea3 /README | |
| parent | 90753ba80f9bce8a37c750b8bf7e4ca5dc346726 (diff) | |
| download | xmobar-cf25ae10fa019378c5aa5c7381275bd475c11ed4.tar.gz xmobar-cf25ae10fa019378c5aa5c7381275bd475c11ed4.tar.bz2  | |
add positions with height information
Ignore-this: 1244d13c44610fc3b1d9b73a0ebfac59
darcs-hash:20091230074604-76d51-a3415c7365aa22dfb9891cc6bb5c5ef4e726a805.gz
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 | 
1 files changed, 6 insertions, 1 deletions
@@ -131,13 +131,18 @@ Other configuration options:  :    Default font color.  `position` -:     Top, TopW, Bottom, BottomW or Static (with x, y, width and height). +:     Top, TopW, TopSize, Bottom, BottomW, BottomSize 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. +:     TopSize and BottomSize take 3 arguments: an alignment parameter, an +      integer for the percentage width, and an integer for the minimum pixel +      height that the xmobar window will have. +  :     For example:  :          position = BottomW C 75  | 
