dots


commit
a914b60
parent
d979f56
author
xxwhirlpool
date
2025-08-11 11:41:58 -0400 EDT
add a cute chime to mini_timer
1 files changed,  +1, -0
M config/.local/bin/mini_timer
+1, -0
1@@ -2,6 +2,7 @@
2 
3 notif() {
4 	notify-send "'$time' timer done!"
5+	aplay -q /usr/share/sounds/sound-icons/start
6 	spd-say -t female3 -r +25 "timer done!"
7 }
8