dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.22k stars 311 forks source link

Use bytestring for wallpaper path on Windows #708

Open Gremious opened 1 year ago

Gremious commented 1 year ago

This fixes #684, where on Windows, the wallpaper setting would fail and instead default to black color wallpaper. SystemParametersInfoA takes exclusively UTF-8 bytestrings, but python 3 strings are Unicode by default.

eylles commented 11 months ago

imma taek this