summaryrefslogtreecommitdiff
path: root/frontends/scripts
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-05-14 22:47:44 +0300
committerPaul Buetow <paul@buetow.org>2023-05-14 22:47:44 +0300
commit3d87b95f719a1a77549018144aff4f5b6fcb9416 (patch)
treed7459fc7ae905fca6da859de6535827cfa60060b /frontends/scripts
parent4b671ce7509cd476a840a582a2481d55285bd9e6 (diff)
more habits
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];