summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2020-01-24Merge branch 'master' of github.com:dylanaraps/pywalDylan Araps
2020-01-24sequences: Add support for st. Closes #478Dylan Araps
2020-01-23Merge pull request #250 from noyoshi/add-vs-code-supportdylan
vscode template json file added
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
2020-01-23Merge pull request #474 from AmitPr/masterdylan
Add ability to run functions on colors from templates
2019-12-20Cleaned up code for pylintAmit Prasad
2019-12-20Undo unneeded changesAmit Prasad
2019-12-20BeautifyAmit Prasad
2019-12-18Merge branch 'master' of https://github.com/AmitPr/pywalAmit Prasad