Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: dylanaraps/pywal

2.0.2

02 Apr 07:02
Compare
Choose a tag to compare
  • Fixed bug where wal -R wouldn't work.
  • Various cleanup and refactoring.
  • Proper arg handling for -R, -i and --theme.

2.0.1

01 Apr 21:30
Compare
Choose a tag to compare
  • 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

01 Apr 07:21
Compare
Choose a tag to compare

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 and foreground values.
  • image: Fixed crash when using light themes and gifs.
  • args: Added -t to disable pywal 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:

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 in json format from https://terminal.sexy/.
    wal --theme /path/to/file loads a scheme from a file.

1.3.3

03 Mar 21:50
Compare
Choose a tag to compare
  • 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

04 Feb 22:26
Compare
Choose a tag to compare
  • Fixed comment colors not being a shade of grey.
  • Added version to cache files.
  • Removed broken notifications.

1.3.0

03 Feb 02:39
Compare
Choose a tag to compare
  • Added light colorscheme support.
    • Use -l to generate a light scheme.
    • You can use wal -R -l (swap to light) and wal -R (swap to dark) to swap between light and dark.

scrot

1.2.3

01 Feb 01:00
Compare
Choose a tag to compare

1.2.2

09 Jan 20:53
Compare
Choose a tag to compare
  • Added -g to skip generating a theme with oomox.

1.2.1

08 Jan 08:03
Compare
Choose a tag to compare

Remember to use wal -c after every release.

  • reload: Call oomox last so it doesn't block.

1.2.0

08 Jan 07:55
Compare
Choose a tag to compare

Remember to use wal -c after every release.