diff options
author | jao <jao@gnu.org> | 2014-12-27 00:14:55 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2014-12-27 00:14:55 +0100 |
commit | 87e92c4023a4a6cac5b6ff2e95b6d346eef10bd3 (patch) | |
tree | da85030be4b370f193eabf50933020e37db1e363 | |
parent | 7a7677079a049c1d661a21515ca1dfda0048bc26 (diff) | |
download | xmobar-87e92c4023a4a6cac5b6ff2e95b6d346eef10bd3.tar.gz xmobar-87e92c4023a4a6cac5b6ff2e95b6d346eef10bd3.tar.bz2 |
Markdown formatting nits (1st-level headers)
-rw-r--r-- | readme.md | 27 |
1 files changed, 9 insertions, 18 deletions
@@ -1,7 +1,6 @@ % xmobar - a minimalistic status bar -About -===== +# About xmobar is a minimalistic, mostly text based, status bar. It was originally designed and implemented by Andrea Rossato to work with @@ -23,8 +22,7 @@ instances of xmobar. [This screenshot]: http://projects.haskell.org/xmobar/xmobar-sawfish.png [this one]: http://projects.haskell.org/xmobar/xmobar-xmonad.png -Bug Reports -=========== +# Bug Reports To submit bug reports you can use the [bug tracker over at Github] or send mail to our [Mailing list]. @@ -34,8 +32,7 @@ Github's for new bugs. [bug tracker over at Github]: https://github.com/jaor/xmobar/issues -Installation -============ +# Installation ## Using cabal-install @@ -163,8 +160,7 @@ Otherwise, you'll need to install them yourself. `all_extensions` : Enables all the extensions above. -Running xmobar -============== +# Running xmobar You can now run xmobar with: @@ -186,8 +182,7 @@ Since 0.14 xmobar reacts to SIGUSR1 and SIGUSR2: - After receiving SIGUSR2 xmobar repositions it self on the current screen. -Configuration -============= +# Configuration ## Quick Start @@ -1371,8 +1366,7 @@ can be used in the output template as `%mydate%` logHook = dynamicLogString myPP >>= xmonadPropLog } -Plugins -======= +# Plugins ## Writing a Plugin @@ -1488,8 +1482,7 @@ To remove the system monitor plugin: 3. rebuild xmobar. -Authors and credits -=================== +# Authors and credits Andrea Rossato originally designed and implemented xmobar up to version 0.11.1. Since then, it is maintained and developed by [jao], @@ -1527,8 +1520,7 @@ __jao__: Thanks to Andrea for creating xmobar in the first place, and for giving me the chance to contribute. -Useful links -============ +# Useful links - [Github page]. - [Mailing list]. @@ -1544,8 +1536,7 @@ Useful links [this tutorial]: http://www.haskell.org/haskellwiki/X_window_programming_in_Haskell [sawflibs]: http://github.com/jaor/sawflibs -License -======= +# License This software is released under a BSD-style license. See [LICENSE] for more details. |