diff options
| -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 | 
