mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-07 16:44:04 +01:00
🎨 Generate and change color-schemes on the fly.
pywal | ||
tests | ||
.gitignore | ||
.pylintrc | ||
.travis.yml | ||
LICENSE.md | ||
MANIFEST.in | ||
README.md | ||
setup.py |
pywal (A wal
rewrite in Python 3)
[Installation](https://github.com/dylanaraps/pywal/wiki/Installation)
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.