From 68805d45b0f2c26da0ee47706fc5032136f9902f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 30 Jun 2017 20:39:48 +1000 Subject: docs: Add pypi badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44bd935..1076457 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pywal (A `wal` rewrite in Python 3) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) [![Build Status](https://travis-ci.org/dylanaraps/pywal.svg?branch=master)](https://travis-ci.org/dylanaraps/pywal) +[![PyPI version](https://badge.fury.io/py/pywal.svg)](https://badge.fury.io/py/pywal) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) [![Build Status](https://travis-ci.org/dylanaraps/pywal.svg?branch=master)](https://travis-ci.org/dylanaraps/pywal) `wal` is a script that takes an image (or a directory of images), generates a colorscheme (using `imagemagick`) and then changes all of your open terminal's colors to the new colorscheme on the fly. `wal` then caches each generated colorscheme so that cycling through wallpapers while changing colorschemes is instantaneous. -- cgit v1.2.3