Add options for automatic quiet time widget and preferred replacement index #130
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Adds options to show quiet time widget when quiet time is enabled, and to pick which widget is replaced when there are no empty slots.
## Notes to Reviewer
I spent far too long modifying this quiet time icon, but I believe it will need an attribution to use.
I added a preferred replacement index and modified how the code looks for the best index to use. Basically this is just because I'd rather it replaced index 2 instead of 1 for my personal use, but I also figured it only made sense to replace the first bluetooth-related widget for the bluetooth disconnection widget and not for the battery or quiet time widgets. I can always remove this if you disagree.
There are a couple TODOs in the code. The first is because I don't know much about the different versions and whether there should be checks to see if the quiet time feature is available or not. The others are related to pebble round, because I don't know if it only has two slots and shouldn't allow a preferred replacement index of 1, and because I can't check PBL_ROUND to change the default preferred replacement index in index.js.
I also did some minor cleanup in code near my changes, let me know if that bothers you.