diff options
| author | Ben Boeckel <mathstuf@gmail.com> | 2012-03-12 05:54:16 -0400 | 
|---|---|---|
| committer | Ben Boeckel <mathstuf@gmail.com> | 2012-03-12 05:54:16 -0400 | 
| commit | 23094dce7d900ed1ac331631a9a3df6470f8803a (patch) | |
| tree | 04fe0a9633839a8aa506eb3f812069848cce29ed /README | |
| parent | fb1186dabda26a2eed55ec1e7bd2ff4b1a8f3e50 (diff) | |
| download | xmobar-23094dce7d900ed1ac331631a9a3df6470f8803a.tar.gz xmobar-23094dce7d900ed1ac331631a9a3df6470f8803a.tar.bz2  | |
Update --help output in README
Diffstat (limited to 'README')
| -rw-r--r-- | README | 30 | 
1 files changed, 16 insertions, 14 deletions
@@ -271,20 +271,22 @@ xmobar --help):      Usage: xmobar [OPTION...] [FILE]      Options: -      -h, -?        --help               This help -      -V            --version            Show version information -      -f font name  --font=font name     The font name -      -B bg color   --bgcolor=bg color   The background color. Default black -      -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 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 template   --template=template  The output template -      -c commands   --commands=commands  The list of commands to be executed -      -x screen     --screen=screen      On which X screen number to start +      -h, -?        --help                 This help +      -V            --version              Show version information +      -f font name  --font=font name       The font name +      -B bg color   --bgcolor=bg color     The background color. Default black +      -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 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 template   --template=template    The output template +      -c commands   --commands=commands    The list of commands to be executed +      -C command    --add-command=command  Add to the list of commands to be executed +      -x screen     --screen=screen        On which X screen number to start +      Mail bug reports and suggestions to <xmobar@projects.haskell.org>  ## The Output Template  | 
