summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-29General: comment.Dylan Araps
2017-06-29colors: Use json for all wal generated colors.Dylan Araps
2017-06-29colors: Store generated colors in a dict to later export to json.Dylan Araps
2017-06-29colors: Add json support to exported files.Dylan Araps
2017-06-29colors: Add support for importing colors in a json format.Dylan Araps
2017-06-28DOCS: READMEDylan Araps
2017-06-28Merge pull request #14 from opatut/load-colorscheme-from-fileDylan Araps
Add -f flag to read colorscheme from file
2017-06-28main: add -f flag to read colorscheme from filePaul Bienkowski
2017-06-28General: Better solution to bug.Dylan Araps
2017-06-28General: Fix wallpaper bugDylan Araps
2017-06-28version: bumpDylan Araps
2017-06-28General: Fix bug when shuffling in a directory with only one image.Dylan Araps
2017-06-27DOCS: CONTRIBUTINGDylan Araps
2017-06-27General: Fix test.Dylan Araps
2017-06-27image: Use os.scandir to find images.Dylan Araps
2017-06-27tests: Remove unused line.Dylan Araps
2017-06-27General: Rename file to match others.Dylan Araps
2017-06-27version: Release 0.2.5Dylan Araps
2017-06-27Merge pull request #11 from dylanaraps/testsDylan Araps
Tests: Start writing tests.
2017-06-27tests: Fix comment.Dylan Araps
2017-06-27travis: Install imagemagick.Dylan Araps
2017-06-27tests: Add a real image file.Dylan Araps
2017-06-27tests: Move test files to other directory.Dylan Araps
2017-06-27tests: Added gen_colors test.Dylan Araps
2017-06-27tests: Added set_colors tests.Dylan Araps
2017-06-27tests: Added format_colors test.Dylan Araps
2017-06-27tests: Fix commentsDylan Araps
2017-06-27tests: Integrate tests with travisDylan Araps
2017-06-27tests: Integrate tests with setup.puDylan Araps
2017-06-27General: Add initial test.Dylan Araps
2017-06-27General: Remove find_packagesDylan Araps
2017-06-27General: Fix pywal error.Dylan Araps
2017-06-27Release: 0.2.1Dylan Araps
2017-06-27Merge pull request #10 from danielx/setup-fixDylan Araps
General: fix console_script entry_point. Closes #9
2017-06-26General: fix console_script entry_point. Closes #9Daniel Liljeström
2017-06-27General: Remove changelog.Dylan Araps
2017-06-27version: bumpDylan Araps
2017-06-27General: Remove unused function.Dylan Araps
2017-06-27DOCS: READMEDylan Araps
2017-06-27Merge pull request #8 from dylanaraps/splitDylan Araps
General: Split wal into multiple files.
2017-06-27General: Shorten sort_colors.Dylan Araps
2017-06-26General: Update comments.Dylan Araps
2017-06-26General: Rename globals to settings and import constants we need.Dylan Araps
2017-06-26General: Remove last global variable.Dylan Araps
2017-06-26General: Remove most globals.Dylan Araps
2017-06-26General: Remove most globals.Dylan Araps
2017-06-26General: Remove most globals.Dylan Araps
2017-06-26General: Add __version__ to __init__.pyDylan Araps
2017-06-26General: Renames settings.py to globals.pyDylan Araps
2017-06-26colors: Simplify random img.Dylan Araps