diff options
author | jao <jao@gnu.org> | 2022-07-12 02:36:14 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-07-12 02:36:14 +0100 |
commit | fdf5eb242edc6b61bd0876c603ef4808ef201565 (patch) | |
tree | 2030edee6a645ae73664de2e825eaf9e8ec8c116 | |
parent | 9eaf826648c7f6cc0743370e0f68b99c98ccdd14 (diff) | |
download | xmobar-fdf5eb242edc6b61bd0876c603ef4808ef201565.tar.gz xmobar-fdf5eb242edc6b61bd0876c603ef4808ef201565.tar.bz2 |
readme: aligned hackage badge
-rw-r--r-- | readme.org | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,9 +1,11 @@ #+title: xmobar, a minimalistic status bar #+begin_export html -<a href="http://hackage.haskell.org/package/xmobar"> - <img src="https://img.shields.io/hackage/v/xmobar.svg" alt="hackage"/> -</a> +<p align="right"> + <a href="http://hackage.haskell.org/package/xmobar"> + <img src="https://img.shields.io/hackage/v/xmobar.svg" alt="hackage"/> + </a> +</p> #+end_export Xmobar is a minimalistic status bar. It was originally designed and |