diff options
author | Sanjay Pavan <72592921+WitherCubes@users.noreply.github.com> | 2021-11-06 13:32:02 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-06 02:02:02 -0600 |
commit | a841d1c8de09ed745f6085f9e961bed7b7478461 (patch) | |
tree | 7aa4d47b64a40698fa619a42c8379ab6939d15cd | |
parent | 22a69114848b7188258e5c66b2488be51e8d2e69 (diff) |
Adding shields.io badges for Readme (#159)
* shields.io badges for Readme
* Changed up the colors a little bit
* Once again a color change
* Changed badge from code size to total lines
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -![nsxiv](https://raw.githubusercontent.com/nsxiv/nsxiv/gh-pages/img/logo.png "nsxiv") +[![nsxiv](https://raw.githubusercontent.com/nsxiv/nsxiv/gh-pages/img/logo.png)](https://github.com/nsxiv/nsxiv) + +[![tags](https://img.shields.io/github/v/tag/nsxiv/nsxiv?sort=semver&style=flat-square)](https://github.com/nsxiv/nsxiv/tags) +[![license](https://img.shields.io/badge/license-GPL--2.0-lightgreen?style=flat-square)](https://github.com/nsxiv/nsxiv/blob/master/LICENSE) +[![loc](https://img.shields.io/tokei/lines/github/nsxiv/nsxiv?color=red&style=flat-square)](https://github.com/nsxiv/nsxiv) **Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer** -------------------------------------------------------------------- |