summaryrefslogtreecommitdiff
path: root/bin/extra/202020
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-01-21 23:05:03 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-01-21 23:05:03 +0100
commita5d21a49ccdc6141790085d4bd26b667b8d5618d (patch)
treec952cf834458da4938dfca837abe6323283d2bb8 /bin/extra/202020
parentefcd2b7cdb03a354bd4311bac75953738ec34e4f (diff)
checkpoint
Diffstat (limited to 'bin/extra/202020')
-rwxr-xr-xbin/extra/2020204
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