summaryrefslogtreecommitdiffstats
path: root/.local/bin/dunst_espeak.sh
blob: 4ec79c95dc9607ff15ee380ac41136ad0c55e169 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/local/bin/dash

[ "$5" = "LOW" ] && exit
[ "$3" ] || exit
words=$(printf "%s" "$3" |
	sed 's/<b>//g' |
	sed 's/<\/b>//g' |
	sed 's/[^a-zA-Z0-9?!.,% ]//g')
espeak "$words"