diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-30 18:41:37 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-30 18:41:37 +1000 |
| commit | 9ddf1c97580147130ef8d4c2c495684506e70375 (patch) | |
| tree | d2e3b1f14fc0d59eae184c2c3966ab09eb91150a | |
| parent | 98190fa0dfa6b20acca23df1df28c9c165f91049 (diff) | |
docs: README
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -2,11 +2,15 @@ [](./LICENSE.md) [](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/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. + +`wal` also merges the new colorscheme into the Xresources database so that programs on your system such as `Rofi` or `i3` use the new colors automatically. `wal` finally exports the colors into various formats so that you can use the colors in webpages, scripts, other programs etc. + +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. -**NOTE:** `wal` is not perfect and won't work with some images. [Albums of examples (Warning large)](https://dylanaraps.com/pages/rice) |
