diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-01 12:54:23 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-01 12:54:23 +0200 |
commit | 53ab3784fad41b1a57acc5d09ec1899a6d273db0 (patch) | |
tree | 34aca36be5cfc9575fdb59a52d49346d95e2909b /bin/extra/202020 | |
parent | 63a1c6f825dcfd2ba3fee9af49f4c9745f875b9f (diff) |
checkpoint
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 2380786..51368fa 100755 --- a/bin/extra/202020 +++ b/bin/extra/202020 @@ -3,9 +3,9 @@ while true do sleep 20m - mpv --volume=100 ~/.local/share/sounds/avert1.ogg & + mpv --volume=100 .local/share/sounds/ring1.ogg & herbe '202020' 'avert!' sleep 20s - mpv --volume=100 ~/.local/share/sounds/avert2.ogg & + mpv --volume=100 .local/share/sounds/ring1.ogg & herbe '202020' 'stop averting' & done |