diff options
| -rw-r--r-- | README | 10 | ||||
| -rw-r--r-- | README.html | 16 | 
2 files changed, 24 insertions, 2 deletions
| @@ -79,7 +79,15 @@ Other configuration options:  :    Default font color  `position` -:     Top, Bottom or Static (with x, y, width and height) +:     Top, Bottom or Static (with x, y, width and height). + +:     For example: + +:          position = Static { xpos = 0 , ypos = 0, width = 1024, height = 15 } + +:     or + +:         position = Top  `commands`  :    For setting the options of the programs to run (optional) 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 | 
