Updated speaking utilities.

This commit is contained in:
Storm Dragon
2022-10-07 05:30:01 -04:00
parent cccfaa47f6
commit 55130abe76
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ while pgrep -u "$USER" ^$1 &> /dev/null ; do
if [[ "$wnd_title" =~ $lookfor ]]; then
wnd_title=${BASH_REMATCH[1]}
if [[ "$old_title" != "$wnd_title" ]]; then
spd-say "$wnd_title"
spd-say -- "$wnd_title"
old_title="$wnd_title"
fi
fi