A *lot* of work done on the audiogame-manager refactor. Hopefully getting somewhat close to stability, but I doubt it.
This commit is contained in:
@@ -19,9 +19,9 @@ while pgrep -u "$USER" ^$1 &> /dev/null ; do
|
||||
|
||||
if [[ "$wnd_title" =~ $lookfor ]]; then
|
||||
wnd_title=${BASH_REMATCH[1]}
|
||||
if [[ "$old_title" != "$wnd_title" ]]; then
|
||||
if [[ "$oldTitle" != "$wnd_title" ]]; then
|
||||
spd-say -- "$wnd_title"
|
||||
old_title="$wnd_title"
|
||||
oldTitle="$wnd_title"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user