summaryrefslogtreecommitdiff
path: root/pywal/gen_colors.py
AgeCommit message (Expand)Author
2017-06-30general: Rename gen_colors to magicDylan Araps
2017-06-30general: Rename set_colors to sequencesDylan Araps
2017-06-30general: Split image functions into own module and remove un-needed pathlib i...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-28General: Better solution to bug.Dylan Araps
2017-06-28General: Fix wallpaper bugDylan 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: Shorten sort_colors.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: Renames settings.py to globals.pyDylan Araps
2017-06-26colors: Simplify random img.Dylan 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: Split wal into multiple files.Dylan Araps