From 290d6be9055c7e69b9b81bef50379b0da33b9129 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Mon, 25 Jun 2007 18:44:19 +0200 Subject: updated the README darcs-hash:20070625164419-d6583-8ac8b1b45af989c8b7296f984f8ee613a1791ccc.gz --- README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README b/README index 58d345a..2fe4433 100644 --- a/README +++ b/README @@ -23,6 +23,34 @@ runhaskell Setup.lhs install (possibly to be run as root) Run with: xmobar /path/to/config $ +CONFIGURATION +------------- + +See xmobar.config-sample for an example. + +For the output template: + +- %command% will execute command and print the output. The output may + contain markups to change the characters' color. + +- string will print "string" with #FF0000 color (red). + +Other configuration options: + +fonts: Name of the font to be used +bgColor: Backgroud color +fgColor: Default font color +xPos: x position (origin in the upper left corner) of the XMobar window +yPos: y position +width: width of the XMobar window +hight: hight +align: text alignment +refresh: Refresh rate in tenth of seconds +commands: For setting the options of the programs to run (optionals) +sepChar: The character to be used for indicating commands in the + output template (default '%') +template: The output template + AUTHOR ------ -- cgit v1.2.3