From 3d87b95f719a1a77549018144aff4f5b6fcb9416 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 14 May 2023 22:47:44 +0300 Subject: more habits --- frontends/scripts/habit.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/scripts') diff --git a/frontends/scripts/habit.pl b/frontends/scripts/habit.pl index 5886f1b..6de0ce2 100644 --- a/frontends/scripts/habit.pl +++ b/frontends/scripts/habit.pl @@ -16,7 +16,7 @@ our @habits = ( 'Do Yoga Warrior 3', 'Do Yoga Half Moon', 'Do Shoulder stand', - 'Do one-legged squads', + 'Do pistol squads', 'Meditate', 'Listen to music', 'Do nothing', @@ -43,6 +43,7 @@ our @habits = ( 'Listen to a random 101 chapter today', 'Read my Gemini subscriptions', 'Write down 10 ideas (weird and non-weird)', + "Read today's chapter of the daily stoic", ); my $habit = $habits[rand @habits]; -- cgit v1.2.3