diff options
| author | Paul Buetow <paul@buetow.org> | 2023-05-14 22:16:19 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-05-14 22:16:19 +0300 |
| commit | e2347c8b2d33f3e6f08133c00d08df9ceffc024f (patch) | |
| tree | 3a692b8750b2157bef2075eea9e1efffebe7f88f /frontends | |
| parent | b54291a998b2dd7f18d115f7e520b71a0dd4fa99 (diff) | |
add habits
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/scripts/habit.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/scripts/habit.pl b/frontends/scripts/habit.pl index 2e7e363..b484aa0 100644 --- a/frontends/scripts/habit.pl +++ b/frontends/scripts/habit.pl @@ -9,6 +9,7 @@ use Acme::Cow; our @habits = ( 'Do Push-ups', 'Do Yoga Wheel', + 'Do Yoga Bridge', 'Do Yoga Cro', 'Do Yoga Downward Facing Dog', 'Do Yoga Warrior 3', @@ -39,6 +40,7 @@ our @habits = ( 'Focus on things I have under control', 'Listen to a random 101 chapter today', 'Read my Gemini subscriptions', + 'Write down 10 ideas (weird and non-weird)', ); my $habit = $habits[rand @habits]; |
