summaryrefslogtreecommitdiff
path: root/reminder
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-12-21 18:57:29 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-12-21 18:57:29 +0100
commitccca62e11f0d1ddd8838fb927c09d72dcb53e514 (patch)
treef77f5483075d135058a317c032deae0cd23e18eb /reminder
parent26a555aab2100297581888f58cdf6545b82634f1 (diff)
exercise-reminder: add itguix
Diffstat (limited to 'reminder')
-rw-r--r--reminder/reminder/exercise.scm6
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")))