summaryrefslogtreecommitdiff
path: root/pywal/__init__.py
AgeCommit message (Expand)Author
2018-03-18theme: Move theme handling to own file.Dylan Araps
2018-02-04hotfix: chache -> cachedeviantfero
2018-02-04hotfix: add missing comma, remove unused importdeviantfero
2018-02-04general: change template_version for more appropriate name cache_versiondeviantfero
2018-02-04general: add __template_version__ to avoid deprecating templates on each pywa...deviantfero
2017-07-23api: Changed export arguments.Dylan Araps
2017-07-22api: Add function to export individual templates.Dylan Araps
2017-07-22api: Remove wal.pyDylan Araps
2017-07-22general: Use __all__ in __init__.pyDylan Araps
2017-07-20General: Unhardcode all CACHE_DIR and COLOR_COUNT usage.Dylan Araps
2017-07-20api: Use wal file in __main__.pydylan araps
2017-07-20api: Move api funtions to wal.pydylan araps
2017-07-20general: Start work on a proper api.dylan araps
2017-07-01general: Remove executable permission from python files.Dylan Araps
2017-06-26General: Rename globals to settings and import constants we need.Dylan Araps
2017-06-26General: Add __version__ to __init__.pyDylan Araps
2017-06-26General: Move wal into it's own script.Dylan Araps
2017-06-26General: Move wal into it's own script.Dylan Araps
2017-06-26General: CleanupDylan Araps
2017-06-26General: ChangesDylan Araps
2017-06-26export: Fix bug with color66 appearing in export files. Closes #6Dylan Araps
2017-06-25Use setuptools.setup console_scripts entry point.Daniel Liljeström