diff --git a/home-configs/claude/statusline-command.sh b/home-configs/claude/statusline-command.sh index 7ee2422..2d8dda0 100644 --- a/home-configs/claude/statusline-command.sh +++ b/home-configs/claude/statusline-command.sh @@ -69,9 +69,7 @@ if [ -n "$ctx_pct" ]; then if [ ! -f "$alert_file" ] || [ "$(cat "$alert_file")" != "alerted" ]; then mkdir -p "$HOME/.cache/ai-setup" echo "alerted" > "$alert_file" - (timeout 1s paplay /usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga 2>/dev/null || \ - paplay /usr/share/sounds/freedesktop/stereo/dialog-warning.oga 2>/dev/null || \ - printf '\a') & + (timeout 1s paplay /usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga 2>/dev/null; true) & fi elif [ "$ctx_int" -lt 50 ]; then rm -f "$alert_file" 2>/dev/null