From a6337ef4a34e00d550bda23b7ea19703893f395c Mon Sep 17 00:00:00 2001 From: aysiu Date: Thu, 30 Jan 2020 21:20:41 -0800 Subject: [PATCH] Add a note about days_between_notifications Currently, there's no documentation in the README of the days_between_notification preference in the config file. This PR adds in a short description. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c58cb43..4d4af75 100755 --- a/README.md +++ b/README.md @@ -210,6 +210,13 @@ This is the path to the macOS installer application. Note: This setting is ignored when `local_url_for_upgrade` is provided. +### Days Between Notifications +Instead of having the Nudge GUI appear every half hour, make sure there is at least this many days between notifications. +*Note*: if you set this to something other than 0, it may not be evaluated in full 24-hour increments. For example, if the Nudge GUI appeared on Monday in the afternoon, it may appear Tuesday morning. +```json +"days_between_notifications": 0 +``` + ### No timer Do not attempt to restore the nudge GUI to the front of a user's window.