summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-24 16:41:37 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-24 16:41:37 +1000
commit627e96aaf38a1b588ff15908b01edce6b3956888 (patch)
tree60ed35b015ab2a36f54128cd8407bc7ef5a286e5 /README.md
parent9b04dce308073db304832ba8da55f9ad94f51ced (diff)
DOCS: README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4b6dabb..3f83d68 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# 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/wal.py.svg?branch=master)](https://travis-ci.org/dylanaraps/wal.py)
+[![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 colorschemes to the new colors on the fly. `wal` then caches each generated colorscheme so that cycling through wallpapers while changing colorschemes is instantaneous. `wal` finally merges the new colorscheme into the Xresources db so that any new terminal emulators you open use the new colorscheme.
-`wal` can also change the colors in some other programs, check out the [WIKI](https://github.com/dylanaraps/wal.py/wiki).
+`wal` can also change the colors in some other programs, check out the [WIKI](https://github.com/dylanaraps/pywal/wiki).
**NOTE:** `wal` is not perfect and won't work with some images.
@@ -135,4 +135,4 @@ optional arguments:
See the `wal` wiki!
-**https://github.com/dylanaraps/wal.py/wiki**
+**https://github.com/dylanaraps/pywal/wiki**