diff options
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/dunst_espeak.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dunst_espeak.sh b/.local/bin/dunst_espeak.sh index 0bba156..42edc75 100755 --- a/.local/bin/dunst_espeak.sh +++ b/.local/bin/dunst_espeak.sh @@ -6,4 +6,4 @@ words=$(printf "%s" "$3" | sed 's/<b>//g' | sed 's/<\/b>//g' | sed 's/[^a-zA-Z0-9?!.,% ]//g') -espeak "$words" +espeak -v fr "$words" |