This repository has been 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
--vte
with eachwal
invocation. - Fixed
URxvt
borders not respecting background opacity. @rstacruz - Fixed
rofi
templates. @14rcole - Removed
oomox
support. 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_DIR
to change cache dir. - Added
rgba
support to template files.
3.2.1
- fix
urxvt
bg. - tweak colors.
3.2.0
- alpha: fixed transparency issue in
urxvt
. - args:
-c
now exits. - args: show usage when no args passed.
- args: added
--palette
to view current colors. @D-Vaillant - args:
-o
can now be repeated. - colors: simplified
colorz
. - general: added support for
kitty
terminal. @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
awesome
wm. @vesiv
3.1.0
- Added
--saturate
to change color saturation.- Takes a float as its value:
0.0
to1.0
.
- Takes a float as its value:
- Added
vim
output file. - Fixed
LS_COLORS
issue. - Fixed issues in iTerm2 on macOS.
- Fixed hang caused by
imagemagick
. - Fixed issue with
-i
and transparency.
3.0.1
- Added Tempus themes.
- Added
LS_COLORS
tocolors.sh
to 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
light
anddark
.- Local themes now need to be put into
~/.config/wal/colorschemes/{light,dark}
.
- Local themes now need to be put into
- Added
unity
wallpaper support.
2.1.0
- Added all
base16
themes topywal
. @metalelf0 - Added
--iterative
to 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
st
cache file. @Jameh - Limit color palette width in output.
- Removed
-nocpp
fromxrdb
call.
2.0.5
- Fixed crash when using
--theme
on Python3.5
.
2.0.4
- Fixed cursor color
- Made output prettier
2.0.3
- args: Fixed bug where
--backend
wouldn't work.