summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-27general: Add message about deprecation.Dylan Araps
2017-12-27general: Add message about deprecation.Dylan Araps
2017-12-27sequences: This is it, my magnum opusDylan Araps
2017-12-27sequences: This is it, my magnum opusDylan Araps
2017-12-27sequences: cya laterDylan Araps
2017-12-27sequences: This is it, my magnum opusDylan Araps
2017-12-27general: Remove -tDylan Araps
2017-12-27reload: Remove -rDylan Araps
2017-12-27templates: Fix bugDylan Araps
2017-12-27templates: Fix bugDylan Araps
2017-12-27templates: Add template for dwm.Dylan Araps
2017-12-27templates: Add template for tabbed.Dylan Araps
2017-12-27template: Added st templateDylan Araps
2017-12-27template: Added st templateDylan Araps
2017-12-20Merge pull request #142 from dylanaraps/user_tempDylan Araps
general: Added user template support.
2017-12-19general: Fix lint errorDylan Araps
2017-12-19wallpaper: revert changesDylan Araps
2017-12-19wallpaper: revert changesDylan Araps
2017-12-19wallpaper: Fix wm errorDylan Araps
2017-12-18general: Added user template support.dylan araps
2017-12-18version: bumpdylan araps
2017-12-18reload: Remove unused import.dylan araps
2017-12-18version: bumpdylan araps
2017-12-18reload: Fix exit bug.dylan araps
2017-12-17wallpaper: Make WM fasterdylan araps
2017-12-17wallpaper: Add support for swaydylan araps
2017-11-19sway: Fix template file.dylan araps
2017-11-08Merge pull request #133 from isaachaller/fix-yaml-templateDylan Araps
Fix YAML template
2017-11-08docs: Fix album linkdylan araps
2017-11-07Fix yaml templateIsaac Haller
Replace `color"` with`color1`
2017-10-29image: Fix shuffle not working with some file typesdylan araps
2017-10-25general: Fix license not included in pypi tarballdylan araps
2017-10-19version: bumpdylan araps
2017-10-19Merge pull request #121 from ranisalt/masterDylan Araps
Add resource file for sway
2017-10-18Keep line length under 80cRanieri Althoff
2017-10-13export: Fix bug in shdylan araps
2017-10-12travis: Fix osx bugdylan araps
2017-10-12export: Export FZF colors.dylan araps
2017-10-05Add resource file for swayRanieri Althoff
2017-09-28Merge pull request #103 from dylanaraps/macos_testDylan Araps
travis: Add macOS testing
2017-09-28Merge pull request #117 from linuxunil/syntax-errorsDylan Araps
Allow syntax errors to pass up since users should never see any.
2017-09-28Allow syntax errors to pass up since users should never see any.Matthew Leonberger
This will help with debugging. Right now it just tells you that pywal needs python 3.5 or newer. Merge remote-tracking branch 'origin/syntax-errors' into syntax-errors
2017-09-26Merge pull request #113 from linuxunil/hotfix/unittestsDylan Araps
Fixed Unittests on MacOS
2017-09-26Fix MacOS UnittestsMatthew Leonberger
Tests now check which OS we are on and use the appropriate escapes Merge remote-tracking branch 'origin/hotfix/unittests' into hotfix/unittests
2017-09-25travis: Fix macos buildsdylan araps
2017-09-25Merge pull request #111 from linuxunil/masterDylan Araps
Use run instead of popen so that things are closed correctly
2017-09-24Use run instead of popen so that things are closed correctlyMatthew Leonberger
Use run instead of popen so that things are closed correctly
2017-09-24All OS tests currenly passing on travisMatthew Leonberger
2017-09-24Add OS detection for mac specific testsMatthew Leonberger
Merge branch 'macos_test' of https://github.com/linuxunil/pywal into macos_test Revert "pylint and flake8 need to be in before_install" This reverts commit b2320013e737ed9048b3946cdfee4f2ee113d62d.
2017-09-24pylint and flake8 need to be in before_installMatthew Leonberger