summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-07-25use osascript to change wallpaper on macosHEADmasterMike Vink
2021-09-09Merge pull request #628 from atagen/masterdylan
add fast_colorthief backend
2021-09-09add fast_colorthief backendatagen
2021-08-31Merge pull request #623 from jokersus/masterdylan
Updated templates to be compatible with rofi 1.7.0^
2021-08-31Updated templates to be compatible with rofi 1.7.0^jokersus
2021-08-12Merge pull request #617 from scaryrawr/windows-path-jsondylan
fix: Wallpaper path on Windows isn't JSON compliant
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-21Merge pull request #552 from gf3/fix-gruvbox-colorschemedylan
fix: match gruvbox colorscheme to original values
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-04Merge pull request #539 from threadreaper/plasma-support-0.2dylan
Plasma support 0.2
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-25Merge pull request #529 from sholland1/decimaldylan
Add decimal output support
2020-05-25Add decimal output supportSeth Holland
2020-05-13Merge pull request #527 from hhell/patch-1dylan
Fix for kitty alpha_dec replacer
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-03Merge pull request #524 from plasmoduck/patch-1dylan
Update wallpaper.py
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-29Merge pull request #499 from vowkn/masterdylan
Add support for xwallpaper
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-16Merge pull request #492 from deviantfero/fix-xrdb-reloaddylan
reload: revert to using subprocess.run to wait for each merge to finish
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-20Merge pull request #487 from stefanfrick/separate_rgbdylan
Added red, green and blue properties to Color class.
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-05Merge pull request #483 from GabrielaMafra/masterdylan
Tilix template
2020-02-05Add tilix template to exportGabriela Mafra