diff options
| author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-28 23:03:05 +0100 | 
|---|---|---|
| committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-28 23:03:05 +0100 | 
| commit | 3f98c86d8430e5d9ce0f316c57a80818912abd93 (patch) | |
| tree | 30e8f6e51b9b1f58021613f38f7fd78022fd99e1 /README | |
| parent | 2ec397526a41ca630d8f02781df7e58ed02d76e4 (diff) | |
| download | xmobar-3f98c86d8430e5d9ce0f316c57a80818912abd93.tar.gz xmobar-3f98c86d8430e5d9ce0f316c57a80818912abd93.tar.bz2 | |
README: latest updates
darcs-hash:20071028220305-d6583-f881b199354203e6ba97a3ec79cbd5cc65ea062c.gz
Diffstat (limited to 'README')
| -rw-r--r-- | README | 9 | 
1 files changed, 6 insertions, 3 deletions
| @@ -67,10 +67,13 @@ font: Name of the font to be used  bgColor: Backgroud color  fgColor: Default font color  position: Top, Bottom or Static (with x, y, width and height) -align: text alignment   commands: For setting the options of the programs to run (optional)  sepChar: The character to be used for indicating commands in the           output template (default '%') +alignSep: a 2 character string for aligning text in the output +    template. The text before the first character will be align to +    left, the text in between the 2 characters will be centered, and +    the text after the second character will be align to the right.  template: The output template   Command Line Options @@ -96,8 +99,8 @@ Options:    -F fg color   --fgcolor=fg color   The foreground color. Default grey    -o            --top                Place Xmobar at the top of the screen    -b            --bottom             Place Xmobar at the bottom of the screen -  -a align      --align=align        The text alignment: center, left or right. -                                     Default: left +  -a alignsep   --alignsep=alignsep  Separators for left, center and right text +                                     alignment. Default: '}{'    -s char       --sepchar=char       The character used to separate commands in                                       the output template. Default '%'    -t tempate    --template=tempate   The output template | 
