summaryrefslogtreecommitdiff
path: root/frontends/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/scripts')
-rw-r--r--frontends/scripts/habit.pl3
1 files changed, 2 insertions, 1 deletions
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];