Closed deviantfero closed 2 weeks ago
just to make sure if i understand, which version of pywal16 and which file? because currently the git master of pywal16 has the following behaviour:
colorscheme files like ~/.cache/wal/schemes/<scheme>.json
do have the checksum
the current colorscheme json ~/.cache/wal/colors.json
does not have checksum
if i understand correctly you want the file ~/.cache/wal/colors.json
to have the checksum of the used colorscheme?
Yeah they should be the same, because otherwise you can't really use the export to json option reliably
On Wed, Oct 30, 2024, 9:25 PM eylles @.***> wrote:
just to make sure if i understand, which version of pywal16 and which file? because currently the git master of pywal16 has the following behaviour:
colorscheme files like ~/.cache/wal/schemes/
.json do have the checksum the current colorscheme json ~/.cache/wal/colors.json does not have checksum if i understand correctly you want the file ~/.cache/wal/colors.json to have the checksum of the used colorscheme?
— Reply to this email directly, view it on GitHub https://github.com/eylles/pywal16/issues/76#issuecomment-2448942417, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACVCGSPJQ2SKAB3OXFSXZFLZ6GPLNAVCNFSM6AAAAABQ5KEFLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBYHE2DENBRG4 . You are receiving this because you authored the thread.Message ID: @.***>
okay gimme a moment and i will have something.
that should do
this breaks support for editing themes in wpgtk.
We use the json export option to edit themes in the UI and since the
color.get
function checks the theme against the checksum of the image in the JSON you can't really persist the changes we're doing in the UI.original file produced by wal:
file after being edited with wpgtk and using the
pywal.export
json template: