mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-19 17:19:08 +02:00
general: changes
This commit is contained in:
parent
cca8b1752b
commit
dafbd21b5e
@ -7,9 +7,10 @@ before_install:
|
|||||||
- sudo apt-get install -y imagemagick
|
- sudo apt-get install -y imagemagick
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install flake8 pylint
|
- pip install flake8 pylint codecov
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- flake8 pywal tests setup.py
|
- flake8 pywal tests setup.py
|
||||||
- pylint pywal tests setup.py
|
- pylint pywal tests setup.py
|
||||||
- python setup.py test
|
- python setup.py test
|
||||||
|
- codecov
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
[](https://pypi.python.org/pypi/pywal/) [](./LICENSE.md) [](https://travis-ci.org/dylanaraps/pywal)
|
[](https://pypi.python.org/pypi/pywal/) [](./LICENSE.md) [](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.
|
`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).
|
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)
|
[Albums of examples (Warning large)](https://dylanaraps.com/pages/rice)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user