motd
Configuration options for stackpanel.motd (Prelude contribution façade)
Motd Options
Contribution façade for the Prelude shell banner.
Modules write stackpanel.motd.{commands,features,hints}; the flake integration
maps those into prelude.* (catalogue, env chips, description text).
Shell entry runs Prelude motd when stackpanel.prelude.enable and
stackpanel.motd.enable are true. There is no Lip Gloss fallback —
prelude.enable = false means no banner packages.
Live status for probes/Studio: stack motd --json.
motd.commands
List of available commands to show in Prelude Getting Started / menu
| Property | Value |
|---|---|
| Type | list of (submodule) |
| Default | [ ] |
motd.commands.*.description
Command description
| Property | Value |
|---|---|
| Type | string |
| Default | none |
motd.commands.*.name
Command name
| Property | Value |
|---|---|
| Type | string |
| Default | none |
motd.enable
Run Prelude motd on shell entry (requires stackpanel.prelude.enable).
| Property | Value |
|---|---|
| Type | boolean |
| Default | true |
motd.features
List of enabled features to show as Prelude env chips
| Property | Value |
|---|---|
| Type | list of string |
| Default | [ ] |
motd.hints
List of hints merged into Prelude MOTD description text
| Property | Value |
|---|---|
| Type | list of string |
| Default | [ ] |
Related: stackpanel.prelude
| Option | Default | Description |
|---|---|---|
prelude.enable | true | Install Prelude packages + shell banner |
prelude.theme | null | Prelude theme (default minted) |
prelude.menu.enable | true | Enable menu / x |
prelude.docs.enable | true | Auto docs pages when present |
prelude.prompt.enable | false | Prelude Starship prompt |
prelude.settings | { } | Passthrough to prelude.* |