From 0d8b358d5642e4003662d40b16a65de1f08c34a2 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 13 Nov 2020 15:43:53 +0100 Subject: Removed coc.vim bullshit --- .local/bin/dunst_espeak.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.local/bin/dunst_espeak.sh') 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///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" -- cgit v1.2.3