ccstatusline-config/ccstatusline/settings.json
이재호_회원서비스개발팀 2537881858 ccstatusline 커스텀 설정 초기 커밋
- 3줄 레이아웃 (스타일/컨텍스트/비용 | 모델/세션 | 디렉토리/MCP/시계)
- 이모지 라벨 + rawValue로 깔끔한 표시
- ctx-bar.sh: 컨텍스트 사용량 progress bar (█░ 스타일)
- ctx-debug.sh: 디버그용 raw 데이터 출력
2026-02-07 11:27:01 +09:00

164 lines
3.9 KiB
JSON

{
"version": 3,
"lines": [
[
{
"id": "emoji-style-01",
"type": "custom-text",
"customText": "🎨 ",
"color": "brightBlue",
"merge": "no-padding"
},
{
"id": "09db63c8-9edc-46b8-91b7-bf35066122f7",
"type": "output-style",
"color": "brightBlue",
"rawValue": true
},
{
"id": "f2c932b4-57ab-46b3-8c24-074b8c4140f8",
"type": "separator"
},
{
"id": "b6792028-c0b2-4209-b34e-ce3af7f5c237",
"type": "custom-text",
"customText": "🖥️ OY-Mac"
},
{
"id": "3180e1fc-570f-4a4c-ab0b-fb913336bded",
"type": "separator"
},
{
"id": "emoji-ctx-01",
"type": "custom-text",
"customText": "🧠 ",
"color": "brightGreen",
"merge": "no-padding"
},
{
"id": "ctx-bar-widget",
"type": "custom-command",
"commandPath": "/Users/zaksal58/.claude/ctx-bar.sh",
"timeout": 2000,
"color": "brightGreen"
},
{
"id": "a58c4447-5759-4888-b316-9f0043232852",
"type": "separator"
},
{
"id": "emoji-cost-01",
"type": "custom-text",
"customText": "💰 ",
"color": "brightYellow",
"merge": "no-padding"
},
{
"id": "3a91aef6-1daa-49ac-bb93-fdf8751dd6ff",
"type": "session-cost",
"color": "brightYellow",
"rawValue": true
}
],
[
{
"id": "emoji-model-01",
"type": "custom-text",
"customText": "🤖 ",
"color": "magenta",
"merge": "no-padding"
},
{
"id": "4d88a67a-f243-4f73-9d85-875f875dd2e9",
"type": "model",
"color": "magenta",
"rawValue": true
},
{
"id": "fa46829a-32a9-4703-9850-7e123e157ca9",
"type": "separator"
},
{
"id": "emoji-session-01",
"type": "custom-text",
"customText": "🔑 ",
"color": "brightGreen",
"merge": "no-padding"
},
{
"id": "1c7549b9-3e5b-4c4a-95ba-1a2dbabd0db6",
"type": "claude-session-id",
"color": "brightGreen",
"rawValue": true
}
],
[
{
"id": "emoji-dir-01",
"type": "custom-text",
"customText": "📁 ",
"color": "red",
"merge": "no-padding"
},
{
"id": "3c6cd7cd-7b2c-46e3-8980-8893a59d8800",
"type": "current-working-dir",
"color": "red",
"rawValue": true
},
{
"id": "fa826576-711a-44ac-bd15-3a6b1bf7b84a",
"type": "separator"
},
{
"id": "emoji-mcp-01",
"type": "custom-text",
"customText": "⚡ ",
"color": "brightCyan",
"merge": "no-padding"
},
{
"id": "b1a2c3d4-mcp-monitor-0002",
"type": "custom-command",
"commandPath": "a=$(podman ps --filter name=mcp-atlassian -q 2>/dev/null); s=$(lsof -i :8001 -sTCP:LISTEN -t 2>/dev/null); echo \"MCP [ATL:$([ -n \\\"$a\\\" ] && echo O || echo X)|SRN:$([ -n \\\"$s\\\" ] && echo O || echo X)]\"",
"timeout": 4000,
"color": "brightCyan"
},
{
"id": "b1a2c3d4-clock-0001",
"type": "separator"
},
{
"id": "emoji-clock-01",
"type": "custom-text",
"customText": "🕐 ",
"color": "gray",
"merge": "no-padding"
},
{
"id": "b1a2c3d4-clock-0002",
"type": "custom-command",
"commandPath": "date '+%H:%M'",
"timeout": 1000,
"color": "gray"
}
]
],
"flexMode": "full-minus-40",
"compactThreshold": 60,
"colorLevel": 2,
"inheritSeparatorColors": false,
"globalBold": false,
"powerline": {
"enabled": false,
"separators": [
""
],
"separatorInvertBackground": [
false
],
"startCaps": [],
"endCaps": [],
"autoAlign": false
}
}