diff options
Diffstat (limited to 'bin/extra/202020')
-rwxr-xr-x | bin/extra/202020 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/extra/202020 b/bin/extra/202020 index 35ce1c9..9833e48 100755 --- a/bin/extra/202020 +++ b/bin/extra/202020 @@ -5,10 +5,10 @@ sounds="$HOME/sync/share/sounds" if [ "$1" ]; then $mpvCommand "$sounds"/avert1.ogg & - herbe '202020' 'avert!' & + notify-send '_202020' '*avert!' & sleep 20s $mpvCommand "$sounds"/avert2.ogg & - herbe '202020' 'stop averting' & + notify-send '_202020' '*stop averting' & exit fi |