summaryrefslogtreecommitdiff
path: root/pywal
AgeCommit message (Collapse)Author
2025-07-25use osascript to change wallpaper on macosHEADmasterMike Vink
2021-09-09add fast_colorthief backendatagen
2021-08-31Updated templates to be compatible with rofi 1.7.0^jokersus
2021-08-11Normalize wallpaper path to forward slashMike Wallio
- Windows path isn't escaped when passed through JSON.dump
2020-09-27Merge pull request #545 from ryuta69/topic_add_themer_templatedylan
[Feature] Add themer template
2020-09-21fix: match gruvbox colorscheme to original valuesGianni Chiappetta
2020-09-13Merge pull request #550 from timgates42/bugfix_typo_foregrounddylan
docs: Fix simple typo, foregound -> foreground
2020-09-14docs: Fix simple typo, foregound -> foregroundTim Gates
There is a small typo in pywal/sequences.py. Should read `foreground` rather than `foregound`.
2020-09-13Merge pull request #546 from ryuta69/fix_longline_for_flake8dylan
[Test] Fix longline for flake8
2020-09-13Merge pull request #518 from robwaz/masterdylan
#515 MacOS - Dock crash fix v2
2020-09-05Fix longline for flake8ryuta69
2020-09-05Fix bracketsryuta69
2020-09-05Add themer templateryuta69
2020-08-04Errors fixed.threadreaper
2020-08-04Errors fixed.threadreaper
2020-08-04Added a .css theme template for Notepadqq.threadreaper
2020-08-04??threadreaper
2020-08-03Added support for changing wallpaper on KDE Plasma.threadreaper
2020-05-25Add decimal output supportSeth Holland
2020-05-13Fix for kitty alpha_dec replacerhhell
This should have probably been `re.sub` instead of `l.replace` too, by the way.
2020-05-04Merge pull request #497 from patzm/patzm/feat/alpha_decimaldylan
alpha decimal support
2020-05-04Merge pull request #485 from loiccoyle/masterdylan
fix template issue
2020-05-04add pylint disable, r-string, line length, change isinstanceLoic Coyle
2020-05-03Update wallpaper.pyChris Garvin
Add support for hsetroot to change wallpaper.
2020-04-30remove extra white-spaceMartin Patz
2020-04-20Use %-strings, not f-stringrob
2020-04-18MacOS - Dock crash fix v2rob
Append to the data table, rewrite the preferences table.
2020-03-29Add support for xwallpaperVíctor Lasa
2020-03-23update kitty config file to include opacityMartin Patz
2020-03-23docstrings all end with a dotMartin Patz
2020-03-23add a docstringMartin Patz
2020-03-23exposes the alpha value as a decimal as wellMartin Patz
2020-03-16reload: add explicit check to False to avoid exceptionsdeviantfero
2020-03-16reload: revert to using subprocess.run to wait for each merge to finishdeviantfero
2020-03-02Merge branch 'master' of ssh://github.com/dylanaraps/pywalLoic Coyle
2020-02-20Added red, green and blue properties to Color class. These give access to ↵Stefan Frick
separate RGB values in the range from 0 to 1, e.g. needed by compton/picom shadows.
2020-02-09fix template issueLoic Coyle
2020-02-05Add tilix template to exportGabriela Mafra
2020-01-24Merge branch 'master' of github.com:dylanaraps/pywalDylan Araps
2020-01-24sequences: Add support for st. Closes #478Dylan Araps
2020-01-23Merge branch 'master' into add-vs-code-supportdylan
2020-01-23Merge pull request #389 from aschey/theme_savedylan
New features- saving user themes and loading random user themes
2019-12-20Cleaned up code for pylintAmit Prasad
2019-12-20Undo unneeded changesAmit Prasad
2019-12-20BeautifyAmit Prasad
2019-12-18Commented and minimize.Amit Prasad
2019-12-17Added ability to modify colors using methods ( .lighten(%), .darken(%), ↵Amit Prasad
.saturate(%) for now)
2019-12-16Started working on matching functionsAmit Prasad
2019-12-01Merge branch 'master' into theme_saveaschey
2019-10-01Fix FileNotFoundError if theme has never been setLorenz Leitner