list_plain
One line per entry, optionally prefixed with a bullet glyph and capped by max_items. Sibling to text_plain for TextBlock — pick this when you want list semantics (bullet marker, item cap) instead of a paragraph.
| Accepts | Animates |
|---|---|
text_block | no |
Options
Section titled “Options”| Option | Type | Required | Default | Description |
|---|---|---|---|---|
bullet | "•" | "●" | "▪" | "→" | "none" | no | none | Glyph prefixed to each entry. none (default) leaves the text unbulleted; any other string is rendered verbatim followed by a single space. |
max_items | positive integer | no | all lines | Cap on rendered entries. Truncates from the end when the block has more lines than the cap. |
align | "left" | "center" | "right" | no | "left" | Horizontal alignment of the whole list 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. |
Compatible fetchers
Section titled “Compatible fetchers”Preview
Section titled “Preview”text_block
Section titled “text_block”splashboard greetings on cd
[[widget]]id = "git_recent_commits"fetcher = "git_recent_commits"render = "list_plain"