mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat: add Starship prompt template
Add built-in Starship template that dynamically updates the prompt color palette when switching Noctalia color schemes. Includes both wallpaper-based and predefined template variants.
This commit is contained in:
@@ -64,6 +64,14 @@ Singleton {
|
||||
"predefinedTemplatePath": "terminal/wezterm-predefined.toml",
|
||||
"outputPath": "~/.config/wezterm/colors/Noctalia.toml",
|
||||
"postHook": `${templateApplyScript} wezterm`
|
||||
},
|
||||
{
|
||||
"id": "starship",
|
||||
"name": "Starship",
|
||||
"templatePath": "terminal/starship.toml",
|
||||
"predefinedTemplatePath": "terminal/starship-predefined.toml",
|
||||
"outputPath": "~/.cache/noctalia/starship-palette.toml",
|
||||
"postHook": `${templateApplyScript} starship`
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user