aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * colors: Use json for all wal generated colors.Dylan Araps2017-06-293-3/+13
| |
| * colors: Store generated colors in a dict to later export to json.Dylan Araps2017-06-292-2/+20
| |
| * colors: Add json support to exported files.Dylan Araps2017-06-292-28/+41
| |
| * colors: Add support for importing colors in a json format.Dylan Araps2017-06-293-9/+25
|/
* DOCS: READMEDylan Araps2017-06-281-4/+7
|
* Merge pull request #14 from opatut/load-colorscheme-from-fileDylan Araps2017-06-281-0/+14
|\ | | | | Add -f flag to read colorscheme from file
| * main: add -f flag to read colorscheme from filePaul Bienkowski2017-06-281-0/+14
|/
* General: Better solution to bug.0.2.6Dylan Araps2017-06-281-3/+4
|
* General: Fix wallpaper bugDylan Araps2017-06-281-2/+2
|
* version: bumpDylan Araps2017-06-281-1/+1
|
* General: Fix bug when shuffling in a directory with only one image.Dylan Araps2017-06-281-3/+7
|
* DOCS: CONTRIBUTINGDylan Araps2017-06-271-1/+1
|
* General: Fix test.Dylan Araps2017-06-271-1/+1
|
* image: Use os.scandir to find images.Dylan Araps2017-06-271-2/+2
|
* tests: Remove unused line.Dylan Araps2017-06-271-2/+1
|
* General: Rename file to match others.Dylan Araps2017-06-273-14/+14
|
* version: Release 0.2.50.2.5Dylan Araps2017-06-271-1/+1
|
* Merge pull request #11 from dylanaraps/testsDylan Araps2017-06-2711-4/+219
|\ | | | | Tests: Start writing tests.
| * tests: Fix comment.Dylan Araps2017-06-271-1/+1
| |
| * travis: Install imagemagick.Dylan Araps2017-06-271-0/+4
| |
| * tests: Add a real image file.Dylan Araps2017-06-272-0/+5
| |
| * tests: Move test files to other directory.Dylan Araps2017-06-278-17/+12
| |
| * tests: Added gen_colors test.Dylan Araps2017-06-273-1/+28
| |
| * tests: Added set_colors tests.Dylan Araps2017-06-275-2/+41
| |
| * tests: Added format_colors test.Dylan Araps2017-06-271-0/+46
| |
| * tests: Fix commentsDylan Araps2017-06-273-8/+29
| |
| * tests: Integrate tests with travisDylan Araps2017-06-271-0/+1
| |
| * tests: Integrate tests with setup.puDylan Araps2017-06-271-1/+2
| |
| * General: Add initial test.Dylan Araps2017-06-274-1/+77
|/
* General: Remove find_packages0.2.4Dylan Araps2017-06-273-3/+4
|
* General: Fix pywal error.0.2.3Dylan Araps2017-06-272-6/+4
|
* Release: 0.2.10.2.2Dylan Araps2017-06-271-1/+1
|
* Merge pull request #10 from danielx/setup-fixDylan Araps2017-06-271-1/+1
|\ | | | | General: fix console_script entry_point. Closes #9
| * General: fix console_script entry_point. Closes #9Daniel Liljeström2017-06-261-1/+1
|/
* General: Remove changelog.Dylan Araps2017-06-271-4/+0
|
* version: bump0.2.1Dylan Araps2017-06-271-1/+1
|
* General: Remove unused function.Dylan Araps2017-06-272-7/+2
|
* DOCS: README0.2.0Dylan Araps2017-06-271-1/+1
|
* Merge pull request #8 from dylanaraps/splitDylan Araps2017-06-2712-588/+582
|\ | | | | General: Split wal into multiple files.
| * General: Shorten sort_colors.Dylan Araps2017-06-271-18/+1
| |
| * General: Update comments.Dylan Araps2017-06-262-2/+2
| |
| * General: Rename globals to settings and import constants we need.Dylan Araps2017-06-266-24/+21
| |
| * General: Remove last global variable.Dylan Araps2017-06-263-11/+4
| |
| * General: Remove most globals.Dylan Araps2017-06-267-0/+0
| |
| * General: Remove most globals.Dylan Araps2017-06-262-2/+2
| |
| * General: Remove most globals.Dylan Araps2017-06-266-135/+154
| |
| * General: Add __version__ to __init__.pyDylan Araps2017-06-262-1/+5
| |
| * General: Renames settings.py to globals.pyDylan Araps2017-06-266-59/+59
| |
| * colors: Simplify random img.Dylan Araps2017-06-261-23/+23
| |
| * wallpaper: Swap to os.environ.getDylan Araps2017-06-261-4/+4
| |