diff options
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/scripts/habit.pl | 3 |
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]; |
