- Accepts:
text
- Animates: yes
| Option | Type | Required | Default | Description |
|---|
font_sequence | array of font names (e.g. ["small", "banner", "ansi_shadow"]) | no | ["small", "banner", "ansi_shadow"] | Figlet fonts to step through. Each phase renders the text in the next font and quickly crossfades to the one after. The final entry is what the static resting frame shows — pick the font you'd normally use for the hero. |
duration_ms | milliseconds (u64) | no | 1800 | Total morph duration across every phase. Split evenly between phases; kept short so the motion lands inside the 2s ANIMATION_WINDOW. |
color | theme token name (e.g. "panel_title", "text") | no | "text" | Foreground colour token forwarded to text_ascii. Any [theme] key name is accepted. |
align | "left" | "center" | "right" | no | "left" | Horizontal alignment forwarded to text_ascii. |
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 |