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

Releases: dylanaraps/pywal

0.3.3

30 Jun 05:58
Compare
Choose a tag to compare
  • Remove non-ascii char from package description. #23

0.3.2

30 Jun 05:52
Compare
Choose a tag to compare
  • Really fix templates not being installed.

0.3.1

30 Jun 05:39
Compare
Choose a tag to compare
  • Fix templates not being installed with pip.

0.3.0

30 Jun 05:23
Compare
Choose a tag to compare
  • Add -f flag to read colorscheme from a file. @opatut
    • Added support for importing colors in a .json format.
  • Exported files are now created using template files.
    • Added json export format. (colors.json)
  • Fixed bug with wallpaper not being set in some Window Managers.

You can now import your own colorschemes using a json file in the following format:

{
    "special": {
        "background": "#3A5130",
        "foreground": "#FAF9F5",
        "cursor": "#FAF9F5"
    },
    "colors": {
        "color0": "#3A5130",
        "color1": "#E3A19D",
        "color2": "#E1CEAE",
        "color3": "#D6DDCC",
        "color4": "#F1D2CB",
        "color5": "#F5E9D6",
        "color6": "#F9F0E5",
        "color7": "#FAF9F5",
        "color8": "#999999",
        "color9": "#E3A19D",
        "color10": "#E1CEAE",
        "color11": "#D6DDCC",
        "color12": "#F1D2CB",
        "color13": "#F5E9D6",
        "color14": "#F9F0E5",
        "color15": "#FAF9F5"
    }
}

0.2.6

28 Jun 10:47
Compare
Choose a tag to compare
  • Fix bug when shuffling images.
  • Use os.scandir for a speed boost.

0.2.5

27 Jun 07:58
Compare
Choose a tag to compare
  • Added unit tests.

0.2.4

27 Jun 00:47
Compare
Choose a tag to compare
  • Remove find_packages().

Note to self: Don't flag releases before coffee.

0.2.3

27 Jun 00:38
Compare
Choose a tag to compare
  • Fix missing import error.

0.2.2

27 Jun 00:08
Compare
Choose a tag to compare

0.2.1

26 Jun 15:21
Compare
Choose a tag to compare
  • Fix bug with vte terminals.