From d99dc37dfb75f0566a43e0f326dae147311a4b16 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Fri, 22 Jun 2007 15:07:09 +0200 Subject: README and description darcs-hash:20070622130709-d6583-7ee9eeafab5d881a20ea1782556a8b9f731ce1d8.gz --- README | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README (limited to 'README') 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 + + +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 -- cgit v1.2.3