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

Releases: dylanaraps/pywal

0.6.1

13 Aug 13:08
Compare
Choose a tag to compare
  • wallpaper: Correctly encode file path to URI.

0.6.0

12 Aug 08:45
Compare
Choose a tag to compare
  • python: Added support for Python 3.5.
  • api: Path types are no longer accepted by the api. Use Strings instead,

0.5.13

12 Aug 03:10
Compare
Choose a tag to compare
  • 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

03 Aug 05:01
Compare
Choose a tag to compare

0.5.11

02 Aug 20:11
Compare
Choose a tag to compare
  • colors: Un-hardcode color8.
    • color8 is now generated from color0.

0.5.10

02 Aug 03:21
Compare
Choose a tag to compare
  • pywal now colors iTerm2's window and tabs. @aeikenberry
  • Fixed output message inconsistencies.

0.5.9

31 Jul 11:39
Compare
Choose a tag to compare
  • Fixed hyper-wal not working with pywal.

0.5.8

31 Jul 06:14
Compare
Choose a tag to compare
  • Added support for macOS (iTerm2 only)
  • Fixed issue with tk.
  • Fixed bug with brighter background colors.

0.5.7

30 Jul 00:45
Compare
Choose a tag to compare
  • general: Use sys.exit everywhere instead of exit.
  • export: Export colors in yaml format.
  • wallpaper: Fix a crash on first run of wal.

0.5.6

28 Jul 06:58
Compare
Choose a tag to compare
  • 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);
}