- Accepts:
ratio
- Animates: no
| Option | Type | Required | Default | Description |
|---|
ring_thickness | cells (u16) | no | — | Reserved for the future ring variant — ratatui's current Gauge widget is a full-height bar, so this option is accepted but has no visible effect yet. |
label_position | "center" | "below" | no | "center" | Placement of the numeric label. center renders the label inside the bar; below is a no-op until the gauge gains a label slot beneath the fill. |
Overridable via the [theme] section of config.toml.
| Key | Description |
|---|
text | Primary body text colour for plain renderers (text_plain, text_ascii, list_plain, animated_typewriter). The top step of the chrome ladder — brighter than text_secondary, reads as diffuse daylight on the ocean surface. Set text = "reset" to inherit the terminal's own foreground instead. |