summaryrefslogtreecommitdiff
path: root/frontends/scripts
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-05-06 01:23:22 +0300
committerPaul Buetow <paul@buetow.org>2023-05-06 01:23:22 +0300
commitf67d41efb56deceb7ee274e1dbc6c3e55a442b85 (patch)
treef5cffa4178b1f4340565ea7de6a4f207ea70da9a /frontends/scripts
parent4800785862c62230618a5bdeb4cf5eab2879474b (diff)
more habits
Diffstat (limited to 'frontends/scripts')
-rw-r--r--frontends/scripts/habit.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/scripts/habit.pl b/frontends/scripts/habit.pl
index 24e6adb..b7b0e85 100644
--- a/frontends/scripts/habit.pl
+++ b/frontends/scripts/habit.pl
@@ -33,6 +33,9 @@ our @habits = (
'Learn/try out a new Linux/Unix command',
'Got enough vitamins?',
'Process my last (book) notes',
+ 'Drink tea (or an infusion)',
+ 'Have a positive attitute - Be solution oriented',
+ 'Focus on things I have under control',
);
my $habit = $habits[rand @habits];