Skip to content

Commit 2db21af

Browse files
lemtoccodex
andcommitted
feat(shell): refine capsule prompt labels
- Replace the AWS Nerd Font icon with an @aws prompt label - Move AWS profile rendering into the module format string - Change git status indicators from green to magenta styling Co-authored-by: Codex GPT-5.5 <noreply@openai.com>
1 parent 761ab60 commit 2db21af

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

home/shell/capsule.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ read_only_style = { fg = "red", bold = false }
1515

1616
[git]
1717
connector = ""
18-
indicator_style = { fg = "green", bold = false }
18+
indicator_style = { fg = "magenta", bold = true }
1919

2020
[time]
2121
disabled = false
@@ -114,8 +114,7 @@ regex = 'Python\s+(\S+)'
114114
name = "aws"
115115
slot = "line1"
116116
when.env = ["AWS_PROFILE"]
117-
format = "{profile}"
118-
icon = ""
117+
format = "@aws {profile}"
119118
style = { fg = "yellow", bold = true }
120119

121120
[[module.source]]

0 commit comments

Comments
 (0)