diff options
| author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-11-04 18:58:56 +0100 | 
|---|---|---|
| committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-11-04 18:58:56 +0100 | 
| commit | fa9e9acbda2a67b7c566754587255a08e26a0729 (patch) | |
| tree | 1dfd0ba19160fc8c8c2e71eba794121966da23a9 /README.html | |
| parent | 31a5a5821b8a313823e47001d473a711bccb0914 (diff) | |
| download | xmobar-fa9e9acbda2a67b7c566754587255a08e26a0729.tar.gz xmobar-fa9e9acbda2a67b7c566754587255a08e26a0729.tar.bz2 | |
README:updated to latest changes
darcs-hash:20071104175856-d6583-dee73d0be01b39cd44467ba1f21f384874799985.gz
Diffstat (limited to 'README.html')
| -rw-r--r-- | README.html | 13 | 
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 | 
