From claude-statusbar
Resets status bar config to built-in defaults (style=classic, theme=graphite, density=regular) by deleting ~/.claude/claude-statusbar.json, confirms with cs config show, and notifies user.
npx claudepluginhub leeguooooo/claude-code-usage-bar# Status Bar — reset Run: This deletes `~/.claude/claude-statusbar.json` so every key falls back to its built-in default (style=classic, theme=graphite, density=regular, all `show_*` toggles at their defaults). Idempotent — running it twice is harmless. Then confirm with `cs config show` and tell the user the original look is restored.
/statusline-minimalSwitches Claude Code statusline to minimal tier by reading and updating ~/.claude/statusline-config.json with tier and mode set to 'minimal', then prompts user to restart.
/pulseConfigures Claude status bars by routing arguments to set themes, colors, animations, element visibility, currency, size, and previews via Python script.
/awesome-statusline-removeDisables or fully removes Awesome Statusline from Claude Code settings, scripts, and backups. Accepts 'settings' to unset only, 'all' for complete deletion, or interactive prompt.
Share bugs, ideas, or general feedback.
Run:
cs config reset
This deletes ~/.claude/claude-statusbar.json so every key falls back to its built-in default (style=classic, theme=graphite, density=regular, all show_* toggles at their defaults). Idempotent — running it twice is harmless.
Then confirm with cs config show and tell the user the original look is restored.