Releases: dylanaraps/pywal
2.0.2
- Fixed bug where
wal -R
wouldn't work. - Various cleanup and refactoring.
- Proper arg handling for
-R
,-i
and--theme
.
2.0.1
- Fixed a bug where
pywal
wasn't updating files. - Fixed a bug where
pywal
would crash if you tried to redirect it's output.
2.0.0
This is a big release and I've probably broken something. Expect a minor release or two to fix any bugs that arise. Users of wpgtk
I recommend not updating pywal
until @deviantfero adds support for the new release.wpgtk
is now supported.
It's going to take me some time to update the documentation (I've got a total rewrite planned). Bear with me.
General
- xrdb: Added missing
background
andforeground
values. - image: Fixed crash when using light themes and gifs.
- args: Added
-t
to disablepywal
in ttys. - args:
-R
now works with theme files. - sequences: Save sequence file with
-s
. @Amar1729 - misc: Added proper logging to
pywal
. - misc: Added palette to console output.
- misc: Added colors/bold to console output.
Backends
pywal
now has support for different color generation backends. In addition to pywal
's default color generation, support was added for:
schemer2
: https://github.com/thefryscorer/schemer2colorthief
: https://github.com/fengsp/color-thief-pycolorz
: https://github.com/metakirby5/colorzhaishoku
: https://github.com/LanceGin/haishoku
Usage:
wal --backend
lists all available backends.wal --backend colorz -i img.jpg
sets the backend.wal --backend random
uses a backend at random.
If you know of any other color generation programs let me know and I'll see if I can add backends for them.
Themes
You can now store colorschemes in files and manage them using pywal
. There are a bunch of colorschemes included with pywal
and I will happily accept PRs to add more.
wal --theme
lists all available built-in themes.wal --theme theme-name
applies a theme.wal --theme random
applies a theme at random.- Themes can be added locally at
~/.config/wal/colorschemes
. wal --theme
can be used with colorschemes exported injson
format from https://terminal.sexy/.
wal --theme /path/to/file
loads a scheme from a file.
1.3.3
- rofi: Added colon to template.
- tty.sh: Cleanup.
- sequences: Fixed terminal highlight colors.
- templates: Added octal color format. @mitchweaver
- macOS: Fixed error with
.DS_Store
files. @blahsd - macOS: Disabled travis (It's really broken)
1.3.2
- Fixed comment colors not being a shade of grey.
- Added version to cache files.
- Removed broken notifications.
1.3.0
1.2.3
- Fixed typo in help. @gillescastel
- Scheme files are now versioned.
- Changed rofi theme to use the new
rasi
format.- New instructions: https://github.com/dylanaraps/pywal/wiki/Customization#rofi
- Added light/dark themes for rofi.
- Oomox is now off by default.
-g
now enables oomox.
1.2.2
- Added
-g
to skip generating a theme withoomox
.
1.2.1
Remember to use wal -c after every release.
- reload: Call oomox last so it doesn't block.
1.2.0
Remember to use wal -c after every release.
- Added support for
oomox
. - Removed support for
flatabulous-wal
.