# ccstatus configuration — copy to ~/.config/ccstatus/config.toml
# Every key is optional; omitted keys use the defaults shown here.
[]
# Pick a preset: "orange" (default, Claude brand), "blue" (usage-panel),
# "green", "purple", or "mono".
= "orange"
# Or override individual 256-color indices (uncomment to override the preset):
# fill = 208 # filled bar cells (e.g. a brighter orange)
# track = 238 # empty track
# dim = 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"