hhannine / superpaper

A cross-platform multi monitor wallpaper manager.
MIT License
1.12k stars 46 forks source link

Replace the custom file io with a robust and extensible solution #9

Closed hhannine closed 4 years ago

hhannine commented 5 years ago

Currently the profiles and settings files are parsed manually. This should be replaced with a proper solution.

hhannine commented 4 years ago

Newly implemented data files use configparser. Profile parser is preserved as is for back-wards compatibility with earlier files.