From ccca62e11f0d1ddd8838fb927c09d72dcb53e514 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 21 Dec 2024 18:57:29 +0100 Subject: exercise-reminder: add it --- reminder/reminder/exercise.scm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 reminder/reminder/exercise.scm (limited to 'reminder') 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 + "Pull-ups x 6" + "Kettlebell swings x 30"))) -- cgit v1.2.3