diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-31 12:25:07 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-31 12:25:07 +0100 |
commit | 6867566b8c677c1069befded892d8308b91e7f06 (patch) | |
tree | 9f332ecbfe369dd5f6ce289d898f9a935abff9f0 /README.html | |
parent | 8faa457cd8540e5e9f1cb55dacffcaf1d0058864 (diff) | |
download | xmobar-6867566b8c677c1069befded892d8308b91e7f06.tar.gz xmobar-6867566b8c677c1069befded892d8308b91e7f06.tar.bz2 |
README added position examples
darcs-hash:20071031112507-d6583-05c11ca1440eb4b2cad2062deba86c70552f360d.gz
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/README.html b/README.html index 51073d5..b372fd9 100644 --- a/README.html +++ b/README.html @@ -247,7 +247,21 @@ ol.decimal { list-style-type: decimal; } ></dt ><dd ><p - >Top, Bottom or Static (with x, y, width and height)</p + >Top, Bottom or Static (with x, y, width and height).</p + ><p + >For example:</p + ><pre + ><code + > position = Static { xpos = 0 , ypos = 0, width = 1024, height = 15 } +</code + ></pre + ><p + >or</p + ><pre + ><code + > position = Top +</code + ></pre ></dd ><dt ><code |