- Accepts:
text, text_block, entries, ratio, number_series, point_series, bars, image, calendar, heatmap, badge, timeline
- Animates: yes
| Option | Type | Required | Default | Description |
|---|
inner | renderer name (e.g. "text_ascii") | no | shape default renderer | Renderer drawn as the resting frame once every cell has settled. Falls back to the shape's natural default. |
duration_ms | milliseconds (u64) | no | 1600 | Total cycling duration. Earlier cells settle first; the last cell lands right as the window closes. Kept inside the 2s ANIMATION_WINDOW by default. |
Overridable via the [theme] section of config.toml.
| Key | Description |
|---|
panel_title | Panel title colour. The coral hero of the Splash palette; set panel_title = "reset" to inherit the terminal's own foreground. |
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. |
| 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 |
text_block | basic_read_store, basic_static, clock_almanac, clock_countdown, clock_timezones, git_recent_commits, git_worktrees, github_assigned_issues, github_good_first_issues, github_my_prs, github_notifications, github_recent_releases, github_repo, github_repo_issues, github_repo_prs, github_review_requests, github_user, quote_of_day, system, system_processes |
entries | basic_read_store, clock, clock_almanac, clock_countdown, clock_sunrise, clock_timezones, git_contributors, git_latest_tag, git_stash_count, git_status, git_worktrees, github_assigned_issues, github_contributors_monthly, github_good_first_issues, github_languages, github_my_prs, github_notifications, github_recent_releases, github_repo, github_repo_issues, github_repo_prs, github_repo_stars, github_review_requests, github_user, system, system_load, system_memory, system_processes, weather |
ratio | basic_read_store, clock_ratio, system_cpu, system_disk_usage, system_memory |
number_series | basic_read_store, git_commits_activity, github_action_history |
point_series | basic_read_store |
bars | basic_read_store, git_contributors, github_contributors_monthly, github_languages, system_disk_usage |
image | basic_read_store, github_avatar |
calendar | basic_read_store, clock |
heatmap | basic_read_store, git_blame_heatmap, git_commits_activity, github_contributions |
badge | clock_state, git_status, github_action_status |
timeline | git_recent_commits, github_action_history, github_assigned_issues, github_good_first_issues, github_my_prs, github_notifications, github_recent_releases, github_repo_issues, github_repo_prs, github_review_requests |