diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-02 04:52:59 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-02 04:52:59 +0200 |
commit | 5e0b20c8a3b5b9f0539cefd4923a1a102a59c8ad (patch) | |
tree | 46cc75334ab6616f8ce4798c0a498bd02cf5b72d /bin/extra/202020 | |
parent | 1002bb13947af892d05af57cda1db2b4832719b3 (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 51368fa..132d57b 100755 --- a/bin/extra/202020 +++ b/bin/extra/202020 @@ -3,9 +3,9 @@ while true do sleep 20m - mpv --volume=100 .local/share/sounds/ring1.ogg & + mpv --volume=100 .local/share/sounds/avert1.ogg & herbe '202020' 'avert!' sleep 20s - mpv --volume=100 .local/share/sounds/ring1.ogg & + mpv --volume=100 .local/share/sounds/avert2.ogg & herbe '202020' 'stop averting' & done |