index
:
pywal.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pywal
/
__init__.py
Age
Commit message (
Expand
)
Author
2018-03-18
theme: Move theme handling to own file.
Dylan Araps
2018-02-04
hotfix: chache -> cache
deviantfero
2018-02-04
hotfix: add missing comma, remove unused import
deviantfero
2018-02-04
general: change template_version for more appropriate name cache_version
deviantfero
2018-02-04
general: add __template_version__ to avoid deprecating templates on each pywa...
deviantfero
2017-07-23
api: Changed export arguments.
Dylan Araps
2017-07-22
api: Add function to export individual templates.
Dylan Araps
2017-07-22
api: Remove wal.py
Dylan Araps
2017-07-22
general: Use __all__ in __init__.py
Dylan Araps
2017-07-20
General: Unhardcode all CACHE_DIR and COLOR_COUNT usage.
Dylan Araps
2017-07-20
api: Use wal file in __main__.py
dylan araps
2017-07-20
api: Move api funtions to wal.py
dylan araps
2017-07-20
general: Start work on a proper api.
dylan araps
2017-07-01
general: Remove executable permission from python files.
Dylan Araps
2017-06-26
General: Rename globals to settings and import constants we need.
Dylan Araps
2017-06-26
General: Add __version__ to __init__.py
Dylan Araps
2017-06-26
General: Move wal into it's own script.
Dylan Araps
2017-06-26
General: Move wal into it's own script.
Dylan Araps
2017-06-26
General: Cleanup
Dylan Araps
2017-06-26
General: Changes
Dylan Araps
2017-06-26
export: Fix bug with color66 appearing in export files. Closes #6
Dylan Araps
2017-06-25
Use setuptools.setup console_scripts entry point.
Daniel Liljeström