This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: dylanaraps/pywal
Releases · dylanaraps/pywal
0.6.1
- wallpaper: Correctly encode file path to URI.
0.6.0
- python: Added support for Python 3.5.
- api:
Path
types are no longer accepted by the api. UseStrings
instead,
0.5.13
- args: Added
-R
to restore the previous colorscheme. - reload: Theme is now option for GTK reload. @deviantfero
- colors: Colors are now correctly set for UXTerm.
- tests: Added more tests. @aeikenberry
0.5.12
- Fix wallpaper on macOS. @aeikenberry
- Added
-e
to skip reloading the environment. @aeikenberry
0.5.11
- colors: Un-hardcode
color8
.color8
is now generated fromcolor0
.
0.5.10
pywal
now colors iTerm2's window and tabs. @aeikenberry- Fixed output message inconsistencies.
0.5.9
- Fixed
hyper-wal
not working withpywal
.
0.5.8
- Added support for macOS (iTerm2 only)
- Thanks to @aeikenberry for testing.
- Fixed issue with
tk
. - Fixed bug with brighter background colors.
0.5.7
- general: Use
sys.exit
everywhere instead ofexit
. - export: Export colors in
yaml
format. - wallpaper: Fix a crash on first run of
wal
.
0.5.6
- css: Fixed wallpaper variable not working in
css
.
Updated css
example:
@import url('file:///home/dylan/.cache/wal/colors.css');
body {
background-image: var(--wallpaper);
}