- Accepts:
text
- Animates: no
| Option | Type | Required | Default | Description |
|---|
style | "blocks" | "figlet" | no | "blocks" | Visual treatment. blocks uses half-block glyphs via tui-big-text; figlet uses the classic FIGlet engine. |
pixel_size | "full" | "quadrant" | "sextant" | no | adaptive (picked by area height) | Glyph density for style = "blocks". Ignored when style = "figlet". |
font | "standard" | "small" | "big" | "banner" | "ansi_shadow" | "slant" | "isometric" | "doom" | no | "standard" | FIGlet font when style = "figlet". Unknown names fall back to standard. ansi_shadow and isometric use Unicode box-drawing characters; slant is the classic italic; doom is a bold block face. |
color | theme token name (e.g. "panel_title", "text") | no | "text" | Foreground colour token. Any [theme] key name is accepted; unknown names fall back to the default. |
align | "left" | "center" | "right" | no | "left" | Horizontal alignment of the rendered text within its cell. |
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. |
panel_title | Panel title colour. The coral hero of the Splash palette; set panel_title = "reset" to inherit the terminal's own foreground. |
| Shape | Fetchers |
|---|
text | basic_read_store, basic_static, clock, clock_countdown, clock_derived, clock_sunrise, git_blame_heatmap, git_commits_activity, git_contributors, git_latest_tag, git_repo_name, git_stash_count, git_status, github_action_status, github_repo, github_repo_stars, github_user, quote_of_day, system, system_cpu, system_disk_usage, system_load, system_memory, system_uptime, weather |