This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: dylanaraps/pywal
Releases · dylanaraps/pywal
0.7.3
- Fixed lint error.
0.7.2
- Fixed license file not appearing in release tarballs.
- Fixed bug when using
pywal.reload.colors()
. - Fixed shuffle not working with some file types.
- Fixed yaml error.
- Fixed sway error.
- Added sway wallpaper support.
- Made wallpaper setting faster for WMs.
0.7.0
- Fixed failing tests on macOS. @linuxunil
- Added workaround for cursor color issues.
- Use run instead of popen so that things are closed correctly. @linuxunil
- Added resource file for Sway. @ranisalt
- Set
fzf
colors.
0.6.9
- sequences: Fix flash on color reload.
0.6.8
- Fixed
File not found
error on Windows.
0.6.7
- os: Added support for Windows.
- Cache dir on Windows is:
%UserProfile%\.cache\wal
- Wallpaper setting works on un-activated Windows copies (neat).
- Note: Changing terminal colors doesn't work on Windows.
- Cache dir on Windows is:
- xres: Fixed URxvt border not having transparency applied. @joshuarli
- xres: Added
emacs
background/foreground. @adamsdarlingtower
0.6.6
- reload: Fixed bug on macOS systems with XQuartz.
0.6.4
- image: Fixed issue with relative file paths.
0.6.3
- wallpaper: Remove useless print.
0.6.2
- wallpaper: Fix
urllib
error when using GNOME or MATE.