summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-30 20:39:48 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-30 20:39:48 +1000
commit68805d45b0f2c26da0ee47706fc5032136f9902f (patch)
treed1cc4172e69b53290de816bfdbb0b249752d8947
parentdc0822987748c3a396343590569a8a7974183c09 (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 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.