Skip to content
Development
Command

/statusbar-style

Switch the status-bar style (classic / capsule / hairline)

From plugin
claude-statusbar
3446 skills6 commands
Install
> /plugin marketplace add leeguooooo/claude-code-usage-bar
> /plugin install claude-statusbar@claude-statusbar

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/statusbar-style

Context preview

What this command does when you run it.

Switch the status-bar style (classic / capsule / hairline)

Command definition

statusbar-style.md
description: Switch the status-bar style (classic / capsule / hairline)
argument-hint: <classic|capsule|hairline>
allowed-tools: ["Bash"]

Status Bar — set style

Argument: `$ARGUMENTS`

Steps:

1. If `$ARGUMENTS` is empty, run `cs styles` to list options and ask the user to pick. 2. Otherwise, run:

   cs config set style $ARGUMENTS

3. After the change, render a one-line preview using cached real data so the user sees the result immediately:

   cat ~/.cache/claude-statusbar/last_stdin.json | cs --style $ARGUMENTS

If the cache file does not exist, skip this step — it just means no Claude Code session has populated it yet. 4. Tell the user the change is now persistent for all future Claude Code sessions.

If `$ARGUMENTS` is not one of `classic`, `capsule`, `hairline`, surface the error from `cs` directly and suggest `cs styles` for valid options.

Ships withclaude-statusbar

Your Claude Code usage, at a glance. 5h / 7d rate-limit bars, reset countdowns, model, context window, and prompt-cache freshness — inline in Claude Code's status line, or a floating HUD on the desktop app.

Get the whole plugin
Stats
344
Stars
21
Forks
Active
Maintenance
Python
Language
MIT
License
7d ago
Last commit
11mo ago
Created

Repo: leeguooooo/claude-code-usage-bar