text_ascii
Chunky multi-row big-text via half-block glyphs (style = "blocks") or classic FIGlet ASCII art (style = "figlet"). The hero treatment for short strings like a clock or greeting; use text_plain for anything multi-line.
| Accepts | Animates |
|---|---|
text | no |
Options
Section titled “Options”| 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. |
Theme tokens
Section titled “Theme tokens”Overridable via the [theme] section of your dashboard config.
| 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. |
Compatible fetchers
Section titled “Compatible fetchers”Preview
Section titled “Preview”▝█ ▜▌ ▜▌ ▝█ ▟▀▀ ▜▞▜▖ █ ▝▀▙ ▟▀▀ ▐▙▜▖▐▙▄ ▟▀▙ ▝▀▙ ▜▟▜▖▗▄█ ▝▀▙ ▐▙▟▘ █ ▟▀█ ▝▀▙ ▐▌▐▌▐▌▐▌█ █ ▟▀█ ▐▌▝▘█ █ ▀▀▘ ▟▙ ▝▀▘ ▝▀▝▘▀▀▘ ▀▘▝▘▀▝▀ ▝▀▘ ▝▀▝▘▀▀ ▝▀▝▘
[[widget]]id = "clock"fetcher = "clock"render = "text_ascii"