summaryrefslogtreecommitdiff
path: root/pywal
AgeCommit message (Collapse)Author
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-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-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-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
2019-10-01Fix line length for pylintLorenz Leitner
2019-10-01Fix pylintLorenz Leitner
2019-10-01Do for all types of themesLorenz Leitner
(dark, light, user)
2019-10-01Print (last used) next to last used themeLorenz Leitner
2019-10-01Save used theme in CACHE_DIRLorenz Leitner
2019-09-27misc: fix lintDylan Araps
2019-09-27misc: fix lintDylan Araps
2019-09-27misc: fix lintDylan Araps
2019-09-27Merge pull request #443 from dithpri/fix-upstream-duplicatesdylan
Remove duplicate color entries in dkeg colorschemes
2019-09-11Use separate flag for last used wallpaperLorenz Leitner
2019-09-11Use util.read_file instead of inline file readingLorenz Leitner
2019-09-10Fix filenameLorenz Leitner
2019-09-10Make wal -R understand the -l flag, add -d flagLorenz Leitner
https://github.com/dylanaraps/pywal/issues/441
2019-08-24Remove duplicate color entries in dkeg colorschemesdithpri
2019-07-14Added a stylus templateBuildTools
2019-05-26Merge pull request #393 from LoLei/270-recursive-i-argumentblack
Add support for #270: Recursive -i argument
2019-05-03Merge pull request #397 from Djent-/masterblack
Improved/Fixed kitty support
2019-05-02Change indentation to appease pylintDjent-
2019-05-02Shorten lines for Travis CIDjent-
2019-05-02Switch kitty tab colors to make more senseDjent-
2019-04-30adds base16-snazzy colorschemeLucas Gouvêa (K2)
2019-04-30Merge pull request #395 from ellisgeek/masterblack
Add support for setting wallpaper in xfce > 4.12
2019-04-04fixed pidof on mac osWill Eccles
2019-03-22Add color config for internal window bordersdjent-
2019-03-22Fix changing kitty's colors. Kitty must be run with -1 or --single-instance ↵djent-
to affect all open kitty windows. Only works when wal is run from kitty.
2019-03-21Add support for setting wallpaper in xfce > 4.12Elliott Saille
2019-03-15Finally fix indendationLorenz Leitner
2019-03-15Try to fix indentation againLorenz Leitner
2019-03-15Fix unused variableLorenz Leitner
2019-03-15Fix indentationLorenz Leitner
2019-03-15Remove redundant methodLorenz Leitner
2019-03-15Add recursive argument to cliLorenz Leitner