summaryrefslogtreecommitdiff
path: root/frontends/scripts
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-05-13 11:43:31 +0300
committerPaul Buetow <paul@buetow.org>2023-05-13 11:43:31 +0300
commit7760364ce8f2bf50730a37ccbf1f38adec4eb743 (patch)
treec7fa48c80229b970d279b502013a3b4782c46177 /frontends/scripts
parent1318f05d63ca7412a070b3ec95f9351bbeae84c5 (diff)
random chapter added
Diffstat (limited to 'frontends/scripts')
-rw-r--r--frontends/scripts/habit.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/scripts/habit.pl b/frontends/scripts/habit.pl
index 12ae40b..f603ee1 100644
--- a/frontends/scripts/habit.pl
+++ b/frontends/scripts/habit.pl
@@ -37,6 +37,7 @@ our @habits = (
'Drink tea (or an infusion)',
'Have a positive attitute - Be solution oriented',
'Focus on things I have under control',
+ 'Listen to a random 101 chapter today',
);
my $habit = $habits[rand @habits];