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

40 lines
1.1 KiB
Markdown

# ccstatusline-config
Claude Code [ccstatusline](https://github.com/sirmalloc/ccstatusline) 커스텀 설정.
## 구성
```
ccstatusline/settings.json -- 위젯 배치/색상/이모지 설정
scripts/ctx-bar.sh -- 컨텍스트 사용량 progress bar
scripts/ctx-debug.sh -- 디버그용 (컨텍스트 raw 데이터 출력)
```
## 상태바 레이아웃
```
🎨 Explanatory | 🖥️ OY-Mac | 🧠 [████████░░░░] 70% | 💰 $4.10
🤖 Opus 4.6 | 🔑 session-id
📁 /Users/zaksal58 | ⚡ MCP [ATL:O|SRN:O] | 🕐 11:15
```
## 설치 (복원)
```bash
# 1. ccstatusline 설정 복사
cp ccstatusline/settings.json ~/.config/ccstatusline/settings.json
# 2. 커스텀 스크립트 복사
cp scripts/ctx-bar.sh ~/.claude/ctx-bar.sh
cp scripts/ctx-debug.sh ~/.claude/ctx-debug.sh
chmod +x ~/.claude/ctx-bar.sh ~/.claude/ctx-debug.sh
# 3. ctx-bar.sh 경로 수정 (username이 다를 경우)
# settings.json 내 commandPath를 본인 경로로 변경
```
## 요구사항
- [ccstatusline](https://github.com/sirmalloc/ccstatusline) (npx로 자동 실행)
- `jq` (context bar에 필요)