# ccstatus configuration — copy to ~/.config/ccstatus/config.toml
# Every key is optional; omitted keys use the defaults shown here.
[]
= 68 # 256-color index for filled bar cells (Claude usage-panel blue)
= 17 # empty track (dark navy)
= 245 # percentage / value / plan text
[]
= 12
= true # hi-res braille dots; set false for a solid block bar
= "█" # block-mode filled glyph (used only when braille = false)
= "░" # block-mode empty glyph (used only when braille = false)
[]
= true
= true # the 5-hour window
= true # the 7-day window
[]
= true # show the model name on its own line
# Plan label shown next to the model. When empty and plan_auto is true, it is
# auto-detected from ~/.claude.json (only the rate-limit tier field is read).
= "" # set to override, e.g. "Max (20x)"
= true # set false to never read ~/.claude.json
[]
= "Context"
= "5h"
= "7d"