This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Releases: dylanaraps/pywal
Releases · dylanaraps/pywal
3.3.0
- Fixed issue with garbage printed to terminals. Use
--vtewith eachwalinvocation. - Fixed
URxvtborders not respecting background opacity. @rstacruz - Fixed
rofitemplates. @14rcole - Removed
oomoxsupport. No one was maintaining it. Usewpgtk - Added template for
waybar. @surrealpie - Added template for
speedcrunch. @lasers - Added template for
xmonad. @sraysmith - Added template for
dmenu. @Khoyo - Added environment variable
PYWAL_CACHE_DIRto change cache dir. - Added
rgbasupport to template files.
3.2.1
- fix
urxvtbg. - tweak colors.
3.2.0
- alpha: fixed transparency issue in
urxvt. - args:
-cnow exits. - args: show usage when no args passed.
- args: added
--paletteto view current colors. @D-Vaillant - args:
-ocan now be repeated. - colors: simplified
colorz. - general: added support for
kittyterminal. @Vxid - general: fix quiet mode with cached color-schemes.
- general: fixed major macOS bug.
- theme: removed broken theme file.
- theme: fixed issues with
putty. @tadly - reload: fixed reload bug.
- reload: only restart programs if they're running.
- sequences: removed vte hack.
- sequences: cursor color is now changed in
st. - wallpaper: added support for
awesomewm. @vesiv
3.1.0
- Added
--saturateto change color saturation.- Takes a float as its value:
0.0to1.0.
- Takes a float as its value:
- Added
vimoutput file. - Fixed
LS_COLORSissue. - Fixed issues in iTerm2 on macOS.
- Fixed hang caused by
imagemagick. - Fixed issue with
-iand transparency.
3.0.1
- Added Tempus themes.
- Added
LS_COLORStocolors.shto fix color issues. - Compressed all theme files.
- Don’t print directory of image used.
- Fixed alpha value not persisting with
wal -R. - Fixed vim-airline theme when used with light color-schemes.
3.0.0
Pywal now has 250 included themes! If there are any other themes
you'd like to see added. Open an issue.
- Added all of @dkeg's themes.
- Added all themes from terminal.sexy
- Themes are now split between
lightanddark.- Local themes now need to be put into
~/.config/wal/colorschemes/{light,dark}.
- Local themes now need to be put into
- Added
unitywallpaper support.
2.1.0
- Added all
base16themes topywal. @metalelf0 - Added
--iterativeto iterate over a directory in order (instead of random). - Fix minor theme issue in
rofi. @esp10mm - Fix some conflicting arguments.
- Fixed bug causing nested directory structure.
- Fixed bug where the configuration directory wouldn't be created early enough.
- Fixed missing color in
stcache file. @Jameh - Limit color palette width in output.
- Removed
-nocppfromxrdbcall.
2.0.5
- Fixed crash when using
--themeon Python3.5.
2.0.4
- Fixed cursor color
- Made output prettier
2.0.3
- args: Fixed bug where
--backendwouldn't work.