aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #628 from atagen/masterHEADmasterdylan2021-09-091-0/+50
|\ | | | | add fast_colorthief backend
| * add fast_colorthief backendatagen2021-09-091-0/+50
|/
* Merge pull request #623 from jokersus/masterdylan2021-08-312-0/+10
|\ | | | | Updated templates to be compatible with rofi 1.7.0^
| * Updated templates to be compatible with rofi 1.7.0^jokersus2021-08-312-0/+10
|/
* Merge pull request #617 from scaryrawr/windows-path-jsondylan2021-08-121-1/+9
|\ | | | | fix: Wallpaper path on Windows isn't JSON compliant
| * Normalize wallpaper path to forward slashMike Wallio2021-08-111-1/+9
|/ | | | - Windows path isn't escaped when passed through JSON.dump
* Merge pull request #545 from ryuta69/topic_add_themer_templatedylan2020-09-271-0/+20
|\ | | | | [Feature] Add themer template
| * Fix bracketsryuta692020-09-051-4/+4
| |
| * Add themer templateryuta692020-09-051-0/+20
| |
* | Merge pull request #552 from gf3/fix-gruvbox-colorschemedylan2020-09-211-1/+1
|\ \ | | | | | | fix: match gruvbox colorscheme to original values
| * | fix: match gruvbox colorscheme to original valuesGianni Chiappetta2020-09-211-1/+1
|/ /
* | Merge pull request #550 from timgates42/bugfix_typo_foregrounddylan2020-09-131-1/+1
|\ \ | | | | | | docs: Fix simple typo, foregound -> foreground
| * | docs: Fix simple typo, foregound -> foregroundTim Gates2020-09-141-1/+1
| |/ | | | | | | | | | | There is a small typo in pywal/sequences.py. Should read `foreground` rather than `foregound`.
* | Merge pull request #546 from ryuta69/fix_longline_for_flake8dylan2020-09-131-2/+6
|\ \ | | | | | | [Test] Fix longline for flake8
| * | Fix longline for flake8ryuta692020-09-051-2/+6
| |/
* | Merge pull request #518 from robwaz/masterdylan2020-09-131-8/+21
|\ \ | |/ |/| #515 MacOS - Dock crash fix v2
| * Use %-strings, not f-stringrob2020-04-201-1/+1
| |
| * MacOS - Dock crash fix v2rob2020-04-181-8/+21
| | | | | | | | Append to the data table, rewrite the preferences table.
* | Merge pull request #539 from threadreaper/plasma-support-0.2dylan2020-08-043-4/+45
|\ \ | | | | | | Plasma support 0.2
| * | Errors fixed.threadreaper2020-08-041-4/+4
| | |
| * | Errors fixed.threadreaper2020-08-042-4/+3
| | |
| * | Added a .css theme template for Notepadqq.threadreaper2020-08-042-0/+32
| | |
| * | ??threadreaper2020-08-041-7/+7
| | |
| * | Added support for changing wallpaper on KDE Plasma.threadreaper2020-08-031-11/+21
|/ /
* | Merge pull request #529 from sholland1/decimaldylan2020-05-251-0/+10
|\ \ | | | | | | Add decimal output support
| * | Add decimal output supportSeth Holland2020-05-251-0/+10
|/ /
* | Merge pull request #527 from hhell/patch-1dylan2020-05-131-3/+4
|\ \ | | | | | | Fix for kitty alpha_dec replacer
| * | Fix for kitty alpha_dec replacerhhell2020-05-131-3/+4
|/ / | | | | This should have probably been `re.sub` instead of `l.replace` too, by the way.
* | Merge pull request #497 from patzm/patzm/feat/alpha_decimaldylan2020-05-042-12/+18
|\ \ | | | | | | alpha decimal support
| * | remove extra white-spaceMartin Patz2020-04-301-1/+1
| | |
| * | update kitty config file to include opacityMartin Patz2020-03-231-6/+7
| | |
| * | docstrings all end with a dotMartin Patz2020-03-231-5/+5
| | |
| * | add a docstringMartin Patz2020-03-231-0/+1
| | |
| * | exposes the alpha value as a decimal as wellMartin Patz2020-03-231-1/+5
| | |
* | | Merge pull request #485 from loiccoyle/masterdylan2020-05-041-4/+13
|\ \ \ | | | | | | | | fix template issue
| * | | add pylint disable, r-string, line length, change isinstanceLoic Coyle2020-05-041-3/+5
| | | |
| * | | Merge branch 'master' of ssh://github.com/dylanaraps/pywalLoic Coyle2020-03-021-0/+15
| |\ \ \
| * | | | fix template issueLoic Coyle2020-02-091-4/+11
| | | | |
* | | | | Merge pull request #524 from plasmoduck/patch-1dylan2020-05-031-0/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | | Update wallpaper.py
| * | | | Update wallpaper.pyChris Garvin2020-05-031-0/+3
|/ / / / | | | | | | | | Add support for hsetroot to change wallpaper.
* | | | Merge pull request #499 from vowkn/masterdylan2020-03-291-0/+3
|\ \ \ \ | |_|_|/ |/| | | Add support for xwallpaper
| * | | Add support for xwallpaperVíctor Lasa2020-03-291-0/+3
|/ / /
* | | Merge pull request #492 from deviantfero/fix-xrdb-reloaddylan2020-03-161-1/+1
|\ \ \ | |_|/ |/| | reload: revert to using subprocess.run to wait for each merge to finish
| * | reload: add explicit check to False to avoid exceptionsdeviantfero2020-03-161-1/+1
| | |
| * | reload: revert to using subprocess.run to wait for each merge to finishdeviantfero2020-03-161-1/+1
|/ /
* | Merge pull request #487 from stefanfrick/separate_rgbdylan2020-02-201-0/+15
|\ \ | |/ |/| Added red, green and blue properties to Color class.
| * Added red, green and blue properties to Color class. These give access to ↵Stefan Frick2020-02-201-0/+15
|/ | | | separate RGB values in the range from 0 to 1, e.g. needed by compton/picom shadows.
* Merge pull request #483 from GabrielaMafra/masterdylan2020-02-052-1/+36
|\ | | | | Tilix template
| * Add tilix template to exportGabriela Mafra2020-02-052-1/+36
|/
* Merge branch 'master' of github.com:dylanaraps/pywalDylan Araps2020-01-246-14/+121
|\