From 23094dce7d900ed1ac331631a9a3df6470f8803a Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 12 Mar 2012 05:54:16 -0400 Subject: Update --help output in README --- README | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'README') diff --git a/README b/README index 8879356..dc72b6b 100644 --- a/README +++ b/README @@ -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 ## The Output Template -- cgit v1.2.3 From 61c5e62376cce56247e1e709ed41896a014b7b69 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 12 Mar 2012 05:54:25 -0400 Subject: Add NamedXPropertyLog documentation --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') diff --git a/README b/README index dc72b6b..b340d30 100644 --- a/README +++ b/README @@ -706,6 +706,10 @@ Monitors have default aliases. [samples/xmonadpropwrite.hs script]: https://github.com/jaor/xmobar/raw/master/samples/xmonadpropwrite.hs +`NamedXPropertyLog PropName Alias` + +- Same as XPropertyLog, but a custom alias can be specified. + `Brightness Args RefreshRate` - Aliases to `bright` -- cgit v1.2.3