diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-24 13:05:41 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-24 13:05:41 +0200 |
commit | 64b8c3ec4381ea3b1b61fca3d8080f051d53ede5 (patch) | |
tree | a89502a98a706fd7d0180473bd7e2869785e95ad | |
parent | 3ccef463d925583fb43f8e3d2137ff78aa771dcb (diff) | |
download | xmobar-64b8c3ec4381ea3b1b61fca3d8080f051d53ede5.tar.gz xmobar-64b8c3ec4381ea3b1b61fca3d8080f051d53ede5.tar.bz2 |
README: added download information
darcs-hash:20070724110541-d6583-83e3b9c42c36e744a8c402d2ac765fb431b1e3c5.gz
-rw-r--r-- | README | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -14,6 +14,21 @@ See xmobar.config-sample for a sample configuration. Try it with: xmobar xmobar.config-sample +DOWNLOAD +======== + +You can get the Xmobar source code from Hackage: +http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmobar + +To get the darcs source run: +darcs get http://gorgias.mine.nu/repos/xmobar/ + +The latest binary can be found here: +http://gorgias.mine.nu/xmobar/xmobar-0.7.bin + +A recent screen shot can be found here: +http://gorgias.mine.nu/xmobar/xmobar-0.7.png + INSTALLATION ============ @@ -263,7 +278,7 @@ For a vary basic example see Plugins/HelloWorld.hs that is distributed with Xmobar. Installing/Removing a Plugin -------------------- +---------------------------- Installing a plugin should require 3 steps. Here we are going to install the HelloWorld plugin that comes with Xmobar: |