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

.cache\wal\colos.json generated with broken json on Windows #565

@npdev453

Description

@npdev453

On windows pywal gen incorrect unparsable json for colors.json
example:

{
    "wallpaper": "C:\Users\np\AppData\Local\Temp\2.jpg",
    "alpha": "100",
}

what should to be:

{
    "wallpaper": "C:\\Users\\np\\AppData\\Local\\Temp\\2.jpg",
    "alpha": "100",
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions