summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-03-15Iterative images recursivelyLorenz Leitner
2019-03-15Fix current wallpaper reuseLorenz Leitner
2019-03-15Check file endingLorenz Leitner
2019-03-15Basic functionalityLorenz Leitner
2019-03-14Print found directoriesLorenz Leitner
TODO: Move to different method, since this way lower depth images are preferred
2019-03-13Merge branch 'master' of github.com:dylanaraps/pywalDylan Araps
2019-03-13colors.sh: Fix quoting issue. Closes #392Dylan Araps
2019-03-07Merge pull request #388 from robwaz/masterblack
Issues #330 & #382: MacOS bug fixes
2019-03-06Issue #382 - transparent iTerm2 cursorrob
2019-03-06comment spacingrob
2019-03-06pylint checkrob
2019-03-06Issue #330: MacOS Mojave Dock Crashrob
2019-03-05added features for saving user themes and loading random themesAustin Schey
2019-03-05Merge pull request #390 from Meakk/masterblack
reload: support for bspwm
2019-03-05reload: support for bspwmMichael Migliore
2019-03-05docs: updateDylan Araps
2019-03-05docs: updateDylan Araps
2019-03-05general: Add file size to caching to avoid collisions. Closes #385Dylan Araps
2019-03-03export: Skip swp filesDylan Araps
2019-02-23Merge pull request #372 from furrycatherder/fix-awesomeblack
Fix wallpaper setting in awesomewm
2019-02-10export: Print error message if template can't be parsed.Dylan Araps
2019-02-09general: Use XDG directoriesDylan Araps
2019-02-02reload: Fix error if pidof not installedDylan Araps
2019-01-21wallpaper: fix awesome wallpaper settingSean Haugh
2019-01-21general: version bumpDylan Araps
2019-01-21general: version bumpDylan Araps
2019-01-21general: version bumpDylan Araps
2019-01-11misc: make linters happyDylan Araps
2019-01-11Aargs: Added --vte to fix artifacts in VTE terminals.Dylan Araps
2019-01-08docs: updateDylan Araps
2019-01-04Merge branch 'master' of github.com:dylanaraps/pywalDylan Araps
2019-01-04oomox: Removed oomox support. Use wpgtkDylan Araps
2019-01-04Merge pull request #335 from 14rcole/fix-templatesDylan Araps
Fix rofi templates
2019-01-04Merge pull request #346 from lasers/add-speedcrunchDylan Araps
export: add speedcrunch template
2019-01-04Merge pull request #336 from surrealpie/masterDylan Araps
template for waybar
2019-01-04Merge branch 'master' into masterDylan Araps
2019-01-04export: Added rgba support. Closes #352Dylan Araps
2019-01-04settings: Added ENVAR PYWAL_CACHE_DIR to change cache dir. Closes #343Dylan Araps
2019-01-04Merge pull request #354 from sraysmith/masterDylan Araps
In regards to Request: add xmonad instructions #172
2019-01-04Merge pull request #355 from Khoyo/yk/pr/dmenu-templateDylan Araps
template: add dmenu template
2019-01-04Merge pull request #331 from rstacruz/patch-1Dylan Araps
Fix URxvt borders not respecting background opacity
2018-12-30template: add dmenu templateYounes Khoudli