diff --git a/org-mode-appt-check.plx b/org-mode-appt-check.plx index 58242ee..83e3a08 100755 --- a/org-mode-appt-check.plx +++ b/org-mode-appt-check.plx @@ -99,7 +99,7 @@ while (my $line = ) { print $fh "You have an appointment at $start: $rest\n"; $fh->close(); system('/home/bkuhn/bin/myosd', $fname); - system("/usr/bin/espeak", '-p', '45', '-s', '130', '-f', $fname) + system("/home/bkuhn/bin/myspeakbyfile", $fname) unless -f "$ENV{HOME}/.silent-running"; system('/usr/bin/notify-send', '-u', 'critical', '-t', '300000', 'Appointment', "You have an appointment at $start: $rest");