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

Releases: dylanaraps/pywal

0.7.3

17 Dec 23:04
Compare
Choose a tag to compare
  • Fixed lint error.

0.7.2

17 Dec 22:59
Compare
Choose a tag to compare
  • 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

19 Oct 04:20
Compare
Choose a tag to compare
  • 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

27 Aug 03:53
Compare
Choose a tag to compare
  • sequences: Fix flash on color reload.

0.6.8

27 Aug 02:57
Compare
Choose a tag to compare
  • Fixed File not found error on Windows.

0.6.7

25 Aug 23:20
Compare
Choose a tag to compare
  • 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.
  • xres: Fixed URxvt border not having transparency applied. @joshuarli
  • xres: Added emacs background/foreground. @adamsdarlingtower

0.6.6

16 Aug 05:54
Compare
Choose a tag to compare
  • reload: Fixed bug on macOS systems with XQuartz.

0.6.4

15 Aug 00:37
Compare
Choose a tag to compare
  • image: Fixed issue with relative file paths.

0.6.3

13 Aug 23:32
Compare
Choose a tag to compare
  • wallpaper: Remove useless print.

0.6.2

13 Aug 23:05
Compare
Choose a tag to compare
  • wallpaper: Fix urllib error when using GNOME or MATE.