diff options
author | jao <jao@gnu.org> | 2022-07-12 02:34:24 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-07-12 02:34:24 +0100 |
commit | 9eaf826648c7f6cc0743370e0f68b99c98ccdd14 (patch) | |
tree | cc67690bd141612b6066fc7cf83f62788df7d459 | |
parent | 3a49aa7f2f11a9e77d7f3f3be9a6c1fd61dfa92e (diff) | |
download | xmobar-9eaf826648c7f6cc0743370e0f68b99c98ccdd14.tar.gz xmobar-9eaf826648c7f6cc0743370e0f68b99c98ccdd14.tar.bz2 |
readme: anchored hackage badge
-rw-r--r-- | readme.org | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ #+title: xmobar, a minimalistic status bar -[[https://img.shields.io/hackage/v/xmobar.svg]] +#+begin_export html +<a href="http://hackage.haskell.org/package/xmobar"> + <img src="https://img.shields.io/hackage/v/xmobar.svg" alt="hackage"/> +</a> +#+end_export Xmobar is a minimalistic status bar. It was originally designed and implemented to work with [[http://xmonad.org][xmonad]], but it is actually usable with any |