# Show HN: Statuslin.es – a community library of custom Claude Code status lines

> Source: <https://statuslin.es>
> Published: 2026-06-30 13:15:39+00:00

# statuslin.es▒

The status line is the bar at the bottom of your Claude Code terminal. Submit your own custom config for others, or find one you like and use it for yourself.

```
╭─ CONTEXT ────────────────────────────────────────────╮
│ ████▊░░░░░░░░░░░░░░░░░ 22% of 200K · GOOD │
├─ STATS ──────────────────────────────────────────────┤
│ ↓ 44.0K ↑ 1.4K │ $0.41 │ ⏱ 10m 12s │ +128/-34 │
├─ REPO ───────────────────────────────────────────────┤
│ ◆ Opus 4.8 · main · 17:27 │
╰──────────────────────────────────────────────────────╯
```

A boxed multi-line panel with auto-sizing borders: a context section with a gradient bar and status word, a stats section (tokens, cost, duration, lines changed), and a repo section (model, git branch with file counts, clock, vim mode), in a terracotta Claude-brand palette. Source: github.com/kyleledbetter/claudecode-statusline

```
app main Opus 4.8 ━━━━━━━━━━ 22% 128 34
```

A Powerline-style status line with nerd-font separators and a Dracula palette — colored directory, git branch, a per-model icon, and a faded context progress bar with an arrow tail. Source: github.com/LindseyB/claude-statusline

```
Opus 4.8 | main | ██░░░░░░░░ 22.0% | 44k / 200k | 02:07 26% | Wed 7%
```

Single-line status: model, git branch, a block context burn bar (green→orange→red) with token count, and 5-hour and weekly rate-limit percentages with reset times. Source: github.com/bitcoin21ideas/claude-statusline

```
Opus 4.8 [high] ~/app main
17:27:05 | ⛁ ██░░░░░░░░ 22% | 5h ●◔○○○ 26% ↻2h7m | 7d ◔○○○○○○ 7% ↻2d1h │ $0.41 ⏱ 10m
```

Two-line status with a block context bar and quarter-step dot meters (◔◑◕●) for the 5-hour and weekly limits — fill shows usage, color shows whether you are ahead of or behind pace — plus model, effort, git and cost. Needs no jq. Source: github.com/AndrewP-GH/cc-statusline

```
📁 app 🌿 main 🧠 Opus
🧊 22% [==--------] 💰 $0.41 ($2.41/h)
⏳ 5h: 26% [==--------] 7d: 7% [----------]
```

Three-line status: directory, git branch and model up top; a context-fill bar with session cost and an hourly burn rate ($/h); then 5-hour and weekly rate-limit bars with context-warning icons. Source: github.com/kangraemin/claude-status-bar

```
5h ▓░░░░ 🟢
```

A minimal 5-slot block bar showing context-window usage with a green/yellow/red status dot. Source: github.com/gwiener/claude-burn-bars

```
Opus 4.8 │ main │ app │ ▓▓░░░░░░░░ 44k/200k │ $0.41
```

Catppuccin Frappé–themed status line with model, git branch and dirty flag, folder, a block context bar, and session cost. Source: github.com/danjdewhurst/cc-status-line

`◆ Opus 4.8 │ ▪ app │ ⎇ main │ ◷ 16:02 │ ██▄░░░░░░░ 26% (44K/167K) │ 26% ↻2h6m │ 7% ⟳2d0h`

Node status line with an autocompact-aware context bar (subtracts the compaction buffer), project, branch, last-activity time, and 5h/7d rate-limit segments. Source: github.com/philipshurpik/claude-code-status-line

`app · main · Opus-4.8 · effort high · ctx 22% · 5h 26% ↻2h6m · 7d 7% ↻2d0h`

One-line status bar showing your directory, git branch (with a * when dirty), model, live effort level, context-window usage, and 5-hour/7-day rate-limit usage.
