summaryrefslogtreecommitdiff
path: root/pywal/__main__.py
AgeCommit message (Expand)Author
2018-03-18theme: Move theme handling to own file.Dylan Araps
2018-03-17args: Repurpose -t to disable tty switching.Dylan Araps
2018-03-16misc: cleanupDylan Araps
2018-03-16themes: Allow local themesDylan Araps
2018-03-15themes: -f with no args lists themes.Dylan Araps
2018-02-04util: Remove broken notificationsDylan Araps
2018-02-02colors: Add light theme support.Dylan Araps
2018-02-01theme: Don't use oomox by default. -g now does the inverse.Dylan Araps
2018-01-20Fix typo in helpGilles Castel
2018-01-17alpha: Store alpha value in scheme file. Fixes #120Dylan Araps
2018-01-10args: Added -g to skip using oomox.Dylan Araps
2018-01-08reload: Call oomox last.Dylan Araps
2018-01-08-b: Error handling.Dylan Araps
2018-01-02wallpaper: Remove flawed qiv backend.Dylan Araps
2017-12-30general: Don't hardcode cache location in apiDylan Araps
2017-12-30reload: Add back -r but write error to stderrDylan Araps
2017-12-30general: More helpful error messageDylan Araps
2017-12-28args: Add -s to skip sending colorsDylan Araps
2017-12-27general: fix lintingDylan Araps
2017-12-27general: Add message about deprecation.Dylan Araps
2017-12-27general: Add message about deprecation.Dylan Araps
2017-12-27general: Remove -tDylan Araps
2017-12-27reload: Remove -rDylan Araps
2017-12-18reload: Fix exit bug.dylan araps
2017-10-18Keep line length under 80cRanieri Althoff
2017-10-05Add resource file for swayRanieri Althoff
2017-08-12Merge pull request #79 from dylanaraps/35Dylan Araps
2017-08-12args: Fix comment.Dylan Araps
2017-08-12args: Added -R to restore the scheme.Dylan Araps
2017-08-10general: Remove all pathlib usageDylan Araps
2017-08-10general: Remove pointless formatDylan Araps
2017-08-09general: Make pywal compatible with python 3.5Dylan Araps
2017-08-02reverts unsafe shell=True, add option for skipping reload environmentAaron Eikenberry
2017-08-01docs: Fixed commentsDylan Araps
2017-07-28general: Use sys.exit everywhere.Dylan Araps
2017-07-27args: Added -b to set custom background colorDylan Araps
2017-07-24general: Rename constantsDylan Araps
2017-07-23tests: Add .coveragercDylan Araps
2017-07-23tests: Disable testDylan Araps
2017-07-23tests: Test argsDylan Araps
2017-07-23general: Add -a to support terminal transparency.Dylan Araps
2017-07-23tests: Fix testsDylan Araps
2017-07-23api: Added function to load colors from file.Dylan Araps
2017-07-23api: More changes.Dylan Araps
2017-07-22api: Remove wal.pyDylan Araps
2017-07-22lint: Remove all lint comments.Dylan Araps
2017-07-22api: CleanupDylan Araps
2017-07-22general: Remove comments that just repeat what the code does.Dylan Araps
2017-07-20General: Unhardcode all CACHE_DIR and COLOR_COUNT usage.Dylan Araps
2017-07-20api: Use wal file in __main__.pydylan araps