diff options
| author | Paul Buetow <paul@buetow.org> | 2023-05-14 22:47:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-05-14 22:47:44 +0300 |
| commit | 3d87b95f719a1a77549018144aff4f5b6fcb9416 (patch) | |
| tree | d7459fc7ae905fca6da859de6535827cfa60060b /frontends/scripts | |
| parent | 4b671ce7509cd476a840a582a2481d55285bd9e6 (diff) | |
more habits
Diffstat (limited to 'frontends/scripts')
| -rw-r--r-- | frontends/scripts/habit.pl | 3 |
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]; |
