ssimunic / Daily-Reddit-Wallpaper

Change your wallpaper to the most upvoted image of the day from /r/wallpapers or any other subreddit on system startup
http://ssimunic.github.io/Daily-Reddit-Wallpaper/
GNU General Public License v3.0
306 stars 51 forks source link

Use a configuration file for defaults. #12

Closed zwparchman closed 8 years ago

zwparchman commented 8 years ago

The program now uses a configuration file for defaults (currently ~/.change_wallpaper_reddit_rc). This enables the user to run the program without arguments and still select a particular behavior.

remggo commented 8 years ago

How about using the correct XDG Config folder (e.g. ~/.config/.change_wallpaper.rc)? Explanation here

zwparchman commented 8 years ago

An example change_wallpaper_reddit_rc.txt

The directory request seems reasonable. I've updated my repo to reflect the change.