From c0e0c6d7d1030d977869a4f674007703a3991d03 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 27 Feb 2023 20:59:15 +0100 Subject: up --- .local/bin/dunst_espeak.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/dunst_espeak.sh') diff --git a/.local/bin/dunst_espeak.sh b/.local/bin/dunst_espeak.sh index 42edc75..0bba156 100755 --- a/.local/bin/dunst_espeak.sh +++ b/.local/bin/dunst_espeak.sh @@ -6,4 +6,4 @@ words=$(printf "%s" "$3" | sed 's///g' | sed 's/<\/b>//g' | sed 's/[^a-zA-Z0-9?!.,% ]//g') -espeak -v fr "$words" +espeak "$words" -- cgit v1.2.3