summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-30 20:42:38 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-30 20:42:38 +1000
commitec1c7852ad5933f828ac807fb815e29ff1f637c2 (patch)
tree47f5b4a727e3f67c9fcac9b8ecbf566bbbc9b3b0
parent68805d45b0f2c26da0ee47706fc5032136f9902f (diff)
docs: Add pypi badge.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1076457..5890dd2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# pywal (A `wal` rewrite in Python 3)
-[![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)
+[![PyPI](https://img.shields.io/pypi/v/pywal.svg)](https://pypi.python.org/pypi/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.