diff options
Diffstat (limited to 'reminder/reminder/exercise.scm')
-rw-r--r-- | reminder/reminder/exercise.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/reminder/reminder/exercise.scm b/reminder/reminder/exercise.scm new file mode 100644 index 0000000..e034a8c --- /dev/null +++ b/reminder/reminder/exercise.scm @@ -0,0 +1,6 @@ +((period 45) ;; In minutes, how much time to period between notifications + (title "Crush it!") ;; Notification title (optional) + (messages ("Squats x 20" ;; Some text with each message to show + "Push-ups x 15" ;; Accepts simple markup like <i> <b> + "Pull-ups x 6" + "Kettlebell swings x 30"))) |