From f7d2a462331122a1ab60b9c0645323b1e57bac02 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 23 Feb 2023 23:15:52 +0100 Subject: up --- .config/openbox/autostart | 1 + .local/bin/dunst_espeak.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 8a61946..fcfd537 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -62,6 +62,7 @@ xset -dpms # else # "$HOME"/.local/bin/dscr # fi +sleep 3 startif tint2 $sleep startif plank 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///g' | sed 's/<\/b>//g' | sed 's/[^a-zA-Z0-9?!.,% ]//g') -espeak "$words" +espeak -v fr "$words" -- cgit v1.2.3