summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-23Merge pull request #54 from dylanaraps/alphaDylan Araps
2017-07-23Merge branch 'alpha' of github.com:dylanaraps/wal.py into alphaDylan Araps
2017-07-23general: Fix regex issue.Dylan Araps
2017-07-23general: Add -a to support terminal transparency.Dylan Araps
2017-07-23general: Fix regex issue.Dylan Araps
2017-07-23general: Add -a to support terminal transparency.Dylan Araps
2017-07-23tests: Check color length instead of value since the tests will fail on other...Dylan Araps
2017-07-23tests: Fix testDylan Araps
2017-07-23optimization: Speed up image processing by 5-6x resizing images before grabbi...Dylan Araps
2017-07-23Merge pull request #52 from dylanaraps/apiDylan Araps
2017-07-23tests: Fix testsDylan Araps
2017-07-23api: Added function to load colors from file.Dylan Araps
2017-07-23tests: Fix testsDylan Araps
2017-07-23tests: Update tests.Dylan Araps
2017-07-23reload: Add missing arg.Dylan Araps
2017-07-23api: More changes.Dylan Araps
2017-07-23api: Changed export arguments.Dylan Araps
2017-07-22tests: Fix testsDylan Araps
2017-07-22tests: Add new template test.Dylan Araps
2017-07-22tests: Add new template test.Dylan Araps
2017-07-22api: Add function to export individual templates.Dylan Araps
2017-07-22template: Rename arg to make more sense.Dylan Araps
2017-07-22template: Minor change.Dylan Araps
2017-07-22api: Remove wal.pyDylan Araps
2017-07-22travis: Remove flag from pylintDylan Araps
2017-07-22lint: Remove all lint comments.Dylan Araps
2017-07-22general: Use __all__ in __init__.pyDylan Araps
2017-07-22tests: Cover random image.Dylan Araps
2017-07-22api: CleanupDylan Araps
2017-07-22general: Disable notifications by default.Dylan Araps
2017-07-22General: move cache callDylan Araps
2017-07-22tests: Fix testsDylan Araps
2017-07-22tests: Use wal functions.Dylan Araps
2017-07-22examples: Move examples out of the repo to the wiki.Dylan Araps
2017-07-22general: Fixes.Dylan Araps
2017-07-22general: Fix commentDylan Araps
2017-07-22general: Remove comments that just repeat what the code does.Dylan Araps
2017-07-21examples: Update exampleDylan Araps
2017-07-21util: Add new msg function.Dylan Araps
2017-07-20general: Remove unused module.Dylan Araps
2017-07-20api: Fix comment.Dylan Araps
2017-07-20tests: Fix tests.Dylan Araps
2017-07-20api: Added a simple example.Dylan Araps
2017-07-20api: Update example.Dylan Araps
2017-07-20General: Unhardcode all CACHE_DIR and COLOR_COUNT usage.Dylan Araps
2017-07-20api: Move CACHE_DIRdylan araps
2017-07-20api: Use wal file in __main__.pydylan araps
2017-07-20api: Update example.dylan araps
2017-07-20api: Move api funtions to wal.pydylan araps
2017-07-20api: Fix example.dylan araps