kvosbur / SubRedditBackgroundImages

The idea behind this is to make a program that cycles through and sets your desktop background based off of popular wallpapers submitted to a subreddit of your choice.
0 stars 0 forks source link

Move config file operations to its own class. #23

Open kvosbur opened 4 years ago

kvosbur commented 4 years ago

Right now there are operations being done to get certain things from the config file. This should be changed so that getting these items are done from a single class of impact. Better yet make this class a singleton so it can easily be used everywhere in the code to access config options.