diff options
author | Matthew Lemon <y@yulqen.org> | 2023-08-14 15:41:42 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-08-14 15:41:42 +0100 |
commit | a359ee02e20408043617b9a0c30ae7d9386916c2 (patch) | |
tree | e2247c1aa7c617ee6ab45fd60f98001f8894ade5 | |
parent | 9a07bd1fa89a6355066555b94373a0a562791342 (diff) |
Minor changes to dayplan
-rwxr-xr-x | calendar/dayplan_revised.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/dayplan_revised.pl b/calendar/dayplan_revised.pl index bf72ea7..6e1ea07 100755 --- a/calendar/dayplan_revised.pl +++ b/calendar/dayplan_revised.pl @@ -6,7 +6,7 @@ use warnings; use DateTime; use JSON; -my $dayplans = '/home/lemon/Notes/journal/day_plans'; +my $dayplans = '/home/lemon/Documents/Notes/journal/day_plans'; #my $dayplans = "/tmp/dayplans"; sub parse_args { @@ -87,9 +87,9 @@ sub schoolblock { } else { return " -08:15 - 08:20 - Harvey to school -08:45 - 09:00 - Sophie to school -09:15 - 09:30 - Email "; +08:20 - Harvey to school +08:40 - Sophie to school +09:00 - 09:00 - Misc "; } } |