1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-28 18:51:51 -07:00

README: Tweak badges a bit

This commit is contained in:
Tomas Janousek
2021-10-22 22:23:03 +01:00
parent 2c01279d1c
commit 4560abd1e6

@@ -1,9 +1,11 @@
<p align="center"> <p align="center">
<img alt="XMonad logo" src="https://xmonad.org/images/logo-wrapped.svg" height=150> <a href="https://xmonad.org/">
<img alt="XMonad logo" src="https://xmonad.org/images/logo-wrapped.svg" height=150>
</a>
</p> </p>
<p align="center"> <p align="center">
<a href="https://hackage.haskell.org/package/xmonad-contrib"> <a href="https://hackage.haskell.org/package/xmonad-contrib">
<img alt="Hackage" src="https://img.shields.io/hackage/v/xmonad-contrib"> <img alt="Hackage" src="https://img.shields.io/hackage/v/xmonad-contrib?logo=haskell">
</a> </a>
<a href="https://github.com/xmonad/xmonad-contrib/blob/readme/LICENSE"> <a href="https://github.com/xmonad/xmonad-contrib/blob/readme/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/xmonad/xmonad-contrib"> <img alt="License" src="https://img.shields.io/github/license/xmonad/xmonad-contrib">
@@ -13,20 +15,20 @@
</a> </a>
<br> <br>
<a href="https://github.com/xmonad/xmonad-contrib/actions/workflows/stack.yml"> <a href="https://github.com/xmonad/xmonad-contrib/actions/workflows/stack.yml">
<img alt="Stack" src="https://github.com/xmonad/xmonad-contrib/actions/workflows/stack.yml/badge.svg"> <img alt="Stack" src="https://img.shields.io/github/workflow/status/xmonad/xmonad-contrib/Stack?label=Stack&logo=githubactions&logoColor=white">
</a> </a>
<a href="https://github.com/xmonad/xmonad-contrib/actions/workflows/haskell-ci.yml"> <a href="https://github.com/xmonad/xmonad-contrib/actions/workflows/haskell-ci.yml">
<img alt="Cabal" src="https://github.com/xmonad/xmonad-contrib/actions/workflows/haskell-ci.yml/badge.svg"> <img alt="Cabal" src="https://img.shields.io/github/workflow/status/xmonad/xmonad-contrib/Haskell-CI?label=Cabal&logo=githubactions&logoColor=white">
</a> </a>
<a href="https://github.com/xmonad/xmonad-contrib/actions/workflows/nix.yml"> <a href="https://github.com/xmonad/xmonad-contrib/actions/workflows/nix.yml">
<img alt="Nix" src="https://github.com/xmonad/xmonad-contrib/actions/workflows/nix.yml/badge.svg"> <img alt="Nix" src="https://img.shields.io/github/workflow/status/xmonad/xmonad-contrib/Nix?label=Nix&logo=githubactions&logoColor=white">
</a> </a>
<br> <br>
<a href="https://github.com/sponsors/xmonad"> <a href="https://github.com/sponsors/xmonad">
<img alt="GitHub Sponsors" src="https://img.shields.io/github/sponsors/xmonad?label=GitHub%20Sponsors"> <img alt="GitHub Sponsors" src="https://img.shields.io/github/sponsors/xmonad?label=GitHub%20Sponsors&logo=githubsponsors">
</a> </a>
<a href="https://opencollective.com/xmonad"> <a href="https://opencollective.com/xmonad">
<img alt="Open Collective" src="https://img.shields.io/opencollective/all/xmonad?label=Open%20Collective"> <img alt="Open Collective" src="https://img.shields.io/opencollective/all/xmonad?label=Open%20Collective&logo=opencollective">
</a> </a>
</p> </p>