summaryrefslogtreecommitdiff
path: root/pywal
AgeCommit message (Expand)Author
2017-06-29colors: Convert colors to rgb for putty.Dylan Araps
2017-06-29template: Add initial putty template.Dylan Araps
2017-06-29templates: Added template for x colors.Dylan Araps
2017-06-29templates: Added template for x colors.Dylan Araps
2017-06-29templates: Added templates for scss and sh.Dylan Araps
2017-06-29colors: Use templates.Dylan Araps
2017-06-29colors: Figured out what the escape sequences do.Dylan Araps
2017-06-29tests: Update tests to support the new json config files.Dylan Araps
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-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-27General: Fix test.Dylan Araps
2017-06-27image: Use os.scandir to find images.Dylan Araps
2017-06-27General: Rename file to match others.Dylan Araps
2017-06-27version: Release 0.2.5Dylan 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-27version: bumpDylan Araps
2017-06-27General: Remove unused function.Dylan Araps
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
2017-06-26wallpaper: Swap to os.environ.getDylan Araps
2017-06-26General: CleanupDylan Araps
2017-06-26General: Fix travis.Dylan Araps
2017-06-26General: Reduce number of imports in gen_colors.Dylan Araps
2017-06-26General: Generalise functions.Dylan Araps
2017-06-26General: Fix missing import.Dylan Araps
2017-06-26General: Split wal into multiple files.Dylan 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