summaryrefslogtreecommitdiffstats
path: root/.local/bin/dunst_espeak.sh
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dunst_espeak.sh')
-rwxr-xr-x.local/bin/dunst_espeak.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dunst_espeak.sh b/.local/bin/dunst_espeak.sh
index 3d1aee1..fb866c6 100755
--- a/.local/bin/dunst_espeak.sh
+++ b/.local/bin/dunst_espeak.sh
@@ -3,5 +3,5 @@
[ "$5" = "LOW" ] && exit
echo $3 > $HOME/file
[ "$3" ] || exit
-words=$(printf "$3" | sed 's/<b>//g' | sed 's/<\/b>//g' | sed 's/[^a-zA-Z0-9?!., ]//g')
+words=$(printf "$3" | sed 's/<b>//g' | sed 's/<\/b>//g' | sed 's/[^a-zA-Z0-9?!.,% ]//g')
espeak "$words"