diff --git a/home-configs/claude/statusline-command.sh b/home-configs/claude/statusline-command.sh index 2d8dda0..aaefb98 100644 --- a/home-configs/claude/statusline-command.sh +++ b/home-configs/claude/statusline-command.sh @@ -54,9 +54,9 @@ fi if [ -n "$ctx_pct" ]; then ctx_int=$(printf '%.0f' "$ctx_pct") - if [ "$ctx_int" -lt 30 ]; then + if [ "$ctx_int" -lt 40 ]; then ctx_color="\033[00;32m" - elif [ "$ctx_int" -lt 50 ]; then + elif [ "$ctx_int" -lt 60 ]; then ctx_color="\033[00;33m" else ctx_color="\033[00;31m"