diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-06-25 18:44:19 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-06-25 18:44:19 +0200 |
commit | 290d6be9055c7e69b9b81bef50379b0da33b9129 (patch) | |
tree | 43a2935898f9df808cbcd36e4fc9f189bd9de264 | |
parent | 713adde75fe94c38924cd60d7b3fe6f40ba7a5de (diff) | |
download | xmobar-290d6be9055c7e69b9b81bef50379b0da33b9129.tar.gz xmobar-290d6be9055c7e69b9b81bef50379b0da33b9129.tar.bz2 |
updated the README
darcs-hash:20070625164419-d6583-8ac8b1b45af989c8b7296f984f8ee613a1791ccc.gz
-rw-r--r-- | README | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -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. + +- <fc=#FF0000>string</fc> 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 ------ |