Powerline segments for Claude Code: subscription quota + tmux attention indicator.
Project description
powerline-claude-code
Powerline segments for Claude Code, rendered in your tmux status bar (not Claude's own status row):
-
status— one mode-switching segment. Normally shows your subscription quota; when an agent needs you it takes over and cycles through the tmux windows that are waiting:quiet: ◧ 5h 47% · 2h13m · ~1h to cap waiting: ✓ 0:nvim (1/2) ← green, "done, your move" ⚠ work:docs (2/2) ← yellow, "needs a decision"
status is the recommended single slot. quota, attention, and usage are
also exported if you'd rather place them separately.
Why a capture step
The real /usage numbers (rate_limits) are delivered only to a Claude
Code statusLine command — never to hooks, and nowhere on disk. So this plugin
installs a tiny statusLine that snapshots rate_limits to a cache the segment
reads. Attention is driven by hooks. setup wires up both:
Claude Code ─statusLine JSON─▶ powerline-claude-code statusline ─▶ ~/.cache/.../rate_limits.json ─┐
Claude Code ─Notification/Stop hook─▶ powerline-claude-code hook ─▶ ~/.claude/attention/$TMUX_PANE ┤
▼
powerline status segment (tmux bar)
If you already have a statusLine (e.g. ccstatusline), setup chains it — your existing line keeps rendering while we siphon the quota data.
Install
pipx inject powerline-status \
git+https://github.com/cwood/powerline-claude-code@master \
--force --pip-args='--upgrade'
powerline-claude-code setup # installs hooks + statusLine capture
powerline-claude-code doctor # ✓/✗ on every moving part
setup is idempotent and preserves any other hooks/statusLine you have.
Quota shows up after your next Claude Code turn (Pro/Max only).
Configure
Add one segment to your powerline tmux theme JSON:
{ "function": "powerline_claude_code.status", "priority": 30 }
status arguments
| Arg | Default | Meaning |
|---|---|---|
cycle_seconds |
4 |
Seconds each waiting window shows before cycling. |
pulse |
false |
Alternate <group>/<group>_pulse each second so it throbs (works where terminal blink doesn't). Pair with set -g status-interval 1. |
show_self |
false |
Include the pane you're already in. |
show_count |
true |
Append (n/total) when several windows wait. |
attached_only |
true |
Only alert for windows in a session you're attached to; ignore detached tmux sessions. |
label_format |
{session}:{window_name} |
str.format over session, window (index), window_name. |
done_glyph / permission_glyph / idle_glyph |
✓ / ⚠ / ⏾ |
Per-reason glyphs. |
quota_glyph |
◧ |
Quota prefix. |
show_week |
false |
Append the 7-day window. |
show_reset |
true |
Append time until the 5h window resets. |
show_eta |
true |
Append burn-rate ETA to the cap (hidden when not rising). |
warn / crit |
70 / 90 |
5h % thresholds for the warn/crit highlight groups. |
base |
quota |
What to show when idle: quota or usage. |
Highlight groups
Define these in your tmux colorscheme. Reason = color is the whole point — background-color the chip so a waiting window is unmissable:
"claude_code:attention_done": { "fg": "black", "bg": "green", "attrs": ["bold"] },
"claude_code:attention_permission": { "fg": "black", "bg": "yellow", "attrs": ["bold"] },
"claude_code:attention_permission_pulse": { "fg": "yellow", "bg": "darkestyellow","attrs": ["bold"] },
"claude_code:attention_idle": { "fg": "black", "bg": "darkyellow" },
"claude_code:quota": { "fg": "gray10", "bg": "gray4" },
"claude_code:quota_warn": { "fg": "black", "bg": "yellow" },
"claude_code:quota_crit": { "fg": "white", "bg": "red", "attrs": ["bold"] },
"claude_code:divider": { "fg": "gray6", "bg": "gray4" }
Color names come from your powerline color palette. Want it to flash without
pulse? Add "attrs": ["blink"] to a group (ignored by alacritty/ghostty —
use pulse there). Each group falls back to a generic powerline group then
background, so undefined ones still render legibly.
attention_idle / attention_done / attention_permission map to the Stop,
Notification(idle_prompt), and Notification(permission_prompt) hooks
respectively.
Token volume (opt-in, for API billing)
usage reports raw token volume from transcripts — useful on API billing, not
subscriptions:
{ "function": "powerline_claude_code.usage", "args": { "metric": "new" }, "priority": 25 }
metric |
Sums |
|---|---|
new (default) |
input + output — what you'd recognize from Claude Code's own counters |
context |
+ cache_creation |
billable |
all four components — large, dominated by cache_read (the same context re-read every turn) |
cost |
rough USD estimate from per-token weights |
Other args: windows (default [5, 30, 60] minutes), spike_ratio (2.0),
glyph (Σ), show_zero (false).
Uninstall
powerline-claude-code setup --uninstall # removes our hooks, restores any chained statusLine
pipx uninject powerline-status powerline-claude-code
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file powerline_claude_code-202605.0.tar.gz.
File metadata
- Download URL: powerline_claude_code-202605.0.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f18e106df10859a7bcd98fed69af9baea8d656ec6f0531f7cc4172df1c332f8
|
|
| MD5 |
27f762926d462ff36f565c62a14cc1de
|
|
| BLAKE2b-256 |
6dd4d4b27970ab21faf250f3c0b868b5085216d042dd6f1054a5bac675b00197
|
Provenance
The following attestation bundles were made for powerline_claude_code-202605.0.tar.gz:
Publisher:
release.yml on cwood/powerline-claude-code
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
powerline_claude_code-202605.0.tar.gz -
Subject digest:
1f18e106df10859a7bcd98fed69af9baea8d656ec6f0531f7cc4172df1c332f8 - Sigstore transparency entry: 1617735353
- Sigstore integration time:
-
Permalink:
cwood/powerline-claude-code@0718f6b12b06d069659b40a31e103651c02f210c -
Branch / Tag:
refs/heads/master - Owner: https://github.com/cwood
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@0718f6b12b06d069659b40a31e103651c02f210c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file powerline_claude_code-202605.0-py3-none-any.whl.
File metadata
- Download URL: powerline_claude_code-202605.0-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18a12ee3b9c7e46983ac14b68b9ba57004a081899ed2934b43283e4b4ae41cb3
|
|
| MD5 |
2464ca70c6a2f314472af2573824afa0
|
|
| BLAKE2b-256 |
d3a56e9d913e9015dd85805ecceacdf69a7e47b9f1d605e49939d37f4bfab258
|
Provenance
The following attestation bundles were made for powerline_claude_code-202605.0-py3-none-any.whl:
Publisher:
release.yml on cwood/powerline-claude-code
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
powerline_claude_code-202605.0-py3-none-any.whl -
Subject digest:
18a12ee3b9c7e46983ac14b68b9ba57004a081899ed2934b43283e4b4ae41cb3 - Sigstore transparency entry: 1617735466
- Sigstore integration time:
-
Permalink:
cwood/powerline-claude-code@0718f6b12b06d069659b40a31e103651c02f210c -
Branch / Tag:
refs/heads/master - Owner: https://github.com/cwood
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@0718f6b12b06d069659b40a31e103651c02f210c -
Trigger Event:
workflow_dispatch
-
Statement type: