docs: Add pypi badge.

This commit is contained in:
Dylan Araps 2017-06-30 20:39:48 +10:00
parent dc08229877
commit 68805d45b0

View File

@ -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.