summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-22 15:07:09 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-22 15:07:09 +0200
commitd99dc37dfb75f0566a43e0f326dae147311a4b16 (patch)
treecf5bb74ce6878cdc10378ee208b5a1a0029b264e
parent559c86d5af1d226a824615a73cc4c937cbe95903 (diff)
downloadxmobar-d99dc37dfb75f0566a43e0f326dae147311a4b16.tar.gz
xmobar-d99dc37dfb75f0566a43e0f326dae147311a4b16.tar.bz2
README and description
darcs-hash:20070622130709-d6583-7ee9eeafab5d881a20ea1782556a8b9f731ce1d8.gz
-rw-r--r--README43
-rw-r--r--xmobar.cabal4
2 files changed, 46 insertions, 1 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..58d345a
--- /dev/null
+++ b/README
@@ -0,0 +1,43 @@
+XMobar - a status bar for the XMonad Window Manager
+
+ABOUT
+-----
+
+Xmobar is a minimal status bar for the XMonad Window Manager.
+
+It was inspired by the Ion3 status bar, and supports similar features.
+See xmobar.config-sample for a sample configuration.
+
+Try it with:
+xmobar xmobar.config-sample
+
+INSTALLATION
+------------
+
+tar xvfz xmobar-0.1
+runhaskell Setup.lhs configure --prefix=/usr/local
+runhaskell Setup.lhs build
+runhaskell Setup.lhs haddock (optional for building the code documentation)
+runhaskell Setup.lhs install (possibly to be run as root)
+
+Run with:
+xmobar /path/to/config $
+
+
+AUTHOR
+------
+
+Andrea Rossato <andrea.rossato@unibz.it>
+
+
+LINKS
+-----
+
+The XMobar home page:
+http://gorgias.mine.nu/xmobar/
+
+XMobars darcs repository:
+http://gorgias.mine.nu/repos/xmobar/
+
+The XMonad Window Manager
+http://xmonad.org \ No newline at end of file
diff --git a/xmobar.cabal b/xmobar.cabal
index bc05d5e..dc91e3b 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -2,7 +2,9 @@ name: xmobar
version: 0.1
homepage: http://gorgias.mine.nu/repos/xmobar/
synopsis: A Statusbar for the XMonad Window Manager
-description: A Statusbar for the XMonad Window Manager
+description: Xmobar is a minimal status bar for the XMonad Window Manager.
+ .
+ It was inspired by the Ion3 status bar, and supports similar features.
category: System
license: BSD3
license-file: LICENSE