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:
Adria Martin
2026-04-08 12:43:27 +07:00
parent 48fe0f91a5
commit 5cf22040b3
4 changed files with 139 additions and 1 deletions
+8
View File
@@ -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`
}
]