Don't call espeak directly.
This commit is contained in:
parent
b070e8719e
commit
94c6f646f5
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ while (my $line = <ORG_MODE_AGENDA>) {
|
||||||
print $fh "You have an appointment at $start: $rest\n";
|
print $fh "You have an appointment at $start: $rest\n";
|
||||||
$fh->close();
|
$fh->close();
|
||||||
system('/home/bkuhn/bin/myosd', $fname);
|
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";
|
unless -f "$ENV{HOME}/.silent-running";
|
||||||
system('/usr/bin/notify-send', '-u', 'critical', '-t', '300000',
|
system('/usr/bin/notify-send', '-u', 'critical', '-t', '300000',
|
||||||
'Appointment', "You have an appointment at $start: $rest");
|
'Appointment', "You have an appointment at $start: $rest");
|
||||||
|
|
Loading…
Add table
Reference in a new issue