summaryrefslogtreecommitdiff
path: root/pywal/util.py
AgeCommit message (Expand)Author
2020-03-23add a docstringMartin Patz
2020-03-23exposes the alpha value as a decimal as wellMartin Patz
2020-02-20Added red, green and blue properties to Color class. These give access to sep...Stefan Frick
2019-12-20Cleaned up code for pylintAmit Prasad
2019-12-20BeautifyAmit Prasad
2019-12-17Added ability to modify colors using methods ( .lighten(%), .darken(%), .satu...Amit Prasad
2019-12-16Started working on matching functionsAmit Prasad
2019-04-04fixed pidof on mac osWill Eccles
2019-02-02reload: Fix error if pidof not installedDylan Araps
2019-01-04export: Added rgba support. Closes #352Dylan Araps
2018-10-18Revert "Hash file for cache filename"Dylan Araps
2018-10-17Fix lint errors.dgrisham
2018-09-27move hashf() to util.pydgrisham
2018-07-11general: Fix reloadDylan Araps
2018-07-06reload: Check pids first.Dylan Araps
2018-06-21colors: Added saturate option. Closes #166Dylan Araps
2018-04-02logging: Use stdout instead.Dylan Araps
2018-04-01general: Added logging.Dylan Araps
2018-03-31backend: cleanupDylan Araps
2018-03-03export: Added octal support. Closes #193Dylan Araps
2018-02-04util: Remove broken notificationsDylan Araps
2018-02-04misc: fixesDylan Araps
2018-02-03colors: Add light theme support.Dylan Araps
2018-02-02colors: Add light theme support.Dylan Araps
2018-01-17alpha: Store alpha value in scheme file. Fixes #120Dylan Araps
2018-01-07colors: better sort and better white by blending.Dylan Araps
2018-01-02util: CleanupDylan Araps
2018-01-02wallpaper: Remove duplicate codeDylan Araps
2018-01-02general: Add pylintrc.Dylan Araps
2017-12-18general: Added user template support.dylan araps
2017-08-27windows: Fix file not found error.Dylan Araps
2017-08-25OS: Added support for WindowsDylan Araps
2017-08-10general: Remove all pathlib usageDylan Araps
2017-08-10general: Remove all pathlib usageDylan Araps
2017-08-09util: Fix error on 3.6Dylan Araps
2017-08-09general: Make pywal compatible with python 3.5Dylan Araps
2017-08-02colors: fix printDylan Araps
2017-08-02colors: Create comment color based on bg.Dylan Araps
2017-08-01docs: Fixed commentsDylan Araps
2017-07-28colors: Darken bg if contrast is too low.Dylan Araps
2017-07-23general: Save file error handlingDylan Araps
2017-07-23general: Add -a to support terminal transparency.Dylan Araps
2017-07-23api: Added function to load colors from file.Dylan Araps
2017-07-22api: CleanupDylan Araps
2017-07-22general: Fix commentDylan Araps
2017-07-22general: Remove comments that just repeat what the code does.Dylan Araps
2017-07-21util: Add new msg function.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
2017-07-09export: Add wallpaper to export files,Dylan Araps