Configure beatify-claude-status-line settings
Configures the beatify-claude-status-line plugin with language, plan, and username preferences.
/plugin marketplace add goddaehee/beatify-claude-status-line-tmp/plugin install beatify-claude-status-line@beatify-claude-status-line[language] [plan]Configure the beatify-claude-status-line plugin.
$1: Language preference
auto (default): Detect from system languageen: Englishko: Korean (한국어)$2: Subscription plan
max (default): Shows 5h + 7d (all models) + 7d-S (Sonnet)pro: Shows 5h only$3: Username (optional)
god{username} tagCreate ~/.claude/claude-dashboard.local.json with user preferences:
{
"language": "$1 or auto",
"plan": "$2 or max",
"username": "$3 or god",
"cache": {
"ttlSeconds": 60
}
}
Add or update the statusLine configuration in ~/.claude/settings.json:
{
"statusLine": {
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/dist/index.js"
}
}
Important: Use ${CLAUDE_PLUGIN_ROOT} for the plugin path to ensure portability.
After configuration:
Display what the status line will look like based on their plan:
Max plan (multi-line):
{username} 🚀 Opus 4.5 │ ███░░░░░░░ │ 31% │ 63K/200K │ $8.17 │ 5h:34%(3h34m) 7d:63% 7d-S:1%
📁 myproject git:(main) │ 2 CLAUDE.md │ 3 MCPs │ ⏱️ 24m
✓ Edit ×7 | ✓ Read ×5 | ✓ Bash ×4
▸ Implement feature (3/6)
Pro plan (multi-line):
{alice} ⚡️ Sonnet 3.5 │ ██████░░░░ │ 60% │ 120K/200K │ $0.45 │ 5h:42%(2h30m)
📁 myproject git:(develop) │ 1 CLAUDE.md │ 2 hooks │ ⏱️ 15m
✓ Read ×3 | ✓ Write ×2
{username} tag (white background, customizable)