summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-23 19:48:44 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-23 19:48:44 +1000
commitdafbd21b5e3f12147595410d17a5e2cd1dd42cae (patch)
tree35114d07dfe91b9639d8051fb35db88554e2a81f
parentcca8b1752b88739dc539335d1ad2190c3312297b (diff)
general: changes
-rw-r--r--.travis.yml3
-rw-r--r--README.md6
2 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 36c9a18..4dcc9b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,9 +7,10 @@ before_install:
- sudo apt-get install -y imagemagick
install:
- - pip install flake8 pylint
+ - pip install flake8 pylint codecov
script:
- flake8 pywal tests setup.py
- pylint pywal tests setup.py
- python setup.py test
+ - codecov
diff --git a/README.md b/README.md
index 2730a7c..7f6f009 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[![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)
-\[[Installation](https://github.com/dylanaraps/pywal/wiki/Installation)\] \[[Getting Started](https://github.com/dylanaraps/pywal/wiki/Getting-Started)\] \[[Customization](https://github.com/dylanaraps/pywal/wiki/Customization)\]
+**\[[Installation](https://github.com/dylanaraps/pywal/wiki/Installation)\] \[[Getting Started](https://github.com/dylanaraps/pywal/wiki/Getting-Started)\] \[[Customization](https://github.com/dylanaraps/pywal/wiki/Customization)\] \[[Wiki](https://github.com/dylanaraps/pywal/wiki)\]**
`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.
@@ -11,9 +11,9 @@
For more info, check out the [Wiki](https://github.com/dylanaraps/pywal/wiki).
-**NOTE:** `wal` is not perfect and won't work well with some images.
-
[Albums of examples (Warning large)](https://dylanaraps.com/pages/rice)
![screenshot](https://i.imgur.com/hkAJjJg.png)
+
+