From 734a06817c801f97958d6f9ecd180d6adcfaed06 Mon Sep 17 00:00:00 2001 From: six Date: Tue, 6 May 2025 03:26:53 +0000 Subject: [PATCH] Update zsh_files/gen6.zsh --- zsh_files/gen6.zsh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/zsh_files/gen6.zsh b/zsh_files/gen6.zsh index 5da56bf..a6cf2a0 100755 --- a/zsh_files/gen6.zsh +++ b/zsh_files/gen6.zsh @@ -54,8 +54,8 @@ function t2 { sleep 1 reset done - echo "Time's up!" - #aplay /usr/share/sounds/ubuntu/stereo/bell.oga + echo "Tea time!" + #aplay /usr/share/sounds/sound-icons/xylofon.wav } @@ -67,5 +67,6 @@ function t3 { sleep 1 reset done - #aplay /usr/share/sounds/ubuntu/stereo/bell.oga + echo "Tea time!" + #aplay /usr/share/sounds/sound-icons/xylofon.wav }