Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markubiak committed Jul 28, 2014
1 parent 357c105 commit 1ac64bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Now, the script will throw errors until you properly configure it. The config f

--nocleanup: will not remove the wallpaper-reddit folder from /tmp upon the script's completion. The default can be set in the config file.

--random: will pick a random subreddit from the list instead of creating a multireddit. The default can be set in the config file.

#Startup
If wallpaper-reddit is run with the --startup flag, the program will wait on an internet connection. Options for the startup can only be set in the config file. They are under the [Startup] section: interval and attempts. The script will try to make a connection to reddit.com $attempts times at every $interval seconds. For example, the default setting is an interval of 3 and 10 attempts, so the script will try to connect to reddit every 3 seconds for up to 10 tries, giving a total of 30 seconds before the scrpit gives up. As a reminder, this feature is only activated by the --startup flag

Expand Down

0 comments on commit 1ac64bd

Please sign in to comment.