dylanaraps / pywal

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

Fix for crash when ~/.cache/wal was empty #669

Open Almamu opened 2 years ago

Almamu commented 2 years ago

I don't know exactly what caused it, but the ~/.cache/wal file was created AND empty, so pywal crashed every time it tried to set a new wallpaper and took me some time to realize what was happening. This PR should fix it.