diff options
Diffstat (limited to '.local/bin/dunst_espeak.sh')
-rwxr-xr-x | .local/bin/dunst_espeak.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/dunst_espeak.sh b/.local/bin/dunst_espeak.sh index 8355db4..666aa22 100755 --- a/.local/bin/dunst_espeak.sh +++ b/.local/bin/dunst_espeak.sh @@ -3,4 +3,5 @@ [ "$5" = "LOW" ] && exit [ "$3" ] || exit words=$(printf "$3" | sed 's/<b>//g' | sed 's/<\/b>//g' | sed 's/[^a-zA-Z0-9?!.,% ]//g') +words=$(printf "%s\n" "$words" | awk '{for (i=1;i<11;i++)print $i }' | tr '\n' ' ') espeak "$words" |