diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-31 12:37:14 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-31 12:37:14 +0100 |
commit | b609ac577e56ff467639dc50dac2c4ae59f04a24 (patch) | |
tree | 3f2939fa44bfc10ab8a75ac5354a4a3317ff890b | |
parent | 96a10b40922787d0b95b0af3e2b537d08a3da587 (diff) | |
download | xmobar-b609ac577e56ff467639dc50dac2c4ae59f04a24.tar.gz xmobar-b609ac577e56ff467639dc50dac2c4ae59f04a24.tar.bz2 |
README: added link to xmonad home page
darcs-hash:20071031113714-d6583-82f88dc6e4df43eefa5d36c637f95483c607bd90.gz
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | README.html | 8 |
2 files changed, 12 insertions, 2 deletions
@@ -4,7 +4,8 @@ About ----- -[Xmobar] is a minimalistic, text based, status bar. +[Xmobar] is a minimalistic, text based, status bar. It was designed to +work with the [XMonad] Window Manager. It was inspired by the [Ion3] status bar, and supports similar features, like dynamic color management, output templates, and extensibility @@ -428,6 +429,8 @@ Useful links The [Xmobar] home page +The [XMonad] home page + [Xmobars darcs repository] To understand the internal mysteries of Xmobar you may try reading @@ -453,3 +456,4 @@ Copyright © 2007 Andrea Rossato [Xmobars darcs repository]: http://code.haskell.org/xmobar [on X Window Programming in Haskell]: http://www.haskell.org/haskellwiki/X_window_programming_in_Haskell [Ion3]: http://modeemi.fi/~tuomov/ion/ +[XMonad]: http://xmonad.org
\ No newline at end of file diff --git a/README.html b/README.html index 0450b1e..62f8e68 100644 --- a/README.html +++ b/README.html @@ -108,7 +108,9 @@ ol.decimal { list-style-type: decimal; } ><p ><a href="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmobar" >Xmobar</a - > is a minimalistic, text based, status bar.</p + > is a minimalistic, text based, status bar. It was designed to work with the <a href="http://xmonad.org" + >XMonad</a + > Window Manager.</p ><p >It was inspired by the <a href="http://modeemi.fi/~tuomov/ion/" >Ion3</a @@ -945,6 +947,10 @@ runnableTypes = undefined >Xmobar</a > home page</p ><p + >The <a href="http://xmonad.org" + >XMonad</a + > home page</p + ><p ><a href="http://code.haskell.org/xmobar" >Xmobars darcs repository</a ></p |