From 7760364ce8f2bf50730a37ccbf1f38adec4eb743 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 13 May 2023 11:43:31 +0300 Subject: random chapter added --- frontends/scripts/habit.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/scripts') 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]; -- cgit v1.2.3