fixed by claude?
This commit is contained in:
parent
b23013157f
commit
da95b0863a
1 changed files with 21 additions and 48 deletions
69
amro.toml
69
amro.toml
|
@ -5,39 +5,34 @@ version = 2
|
|||
newline = true
|
||||
alignment = "left"
|
||||
type = "prompt"
|
||||
|
||||
[[blocks.segments]]
|
||||
foreground = "#45F1C2"
|
||||
foreground_templates = [
|
||||
"{{if .Root }}red{{end}}",
|
||||
]
|
||||
style = "plain"
|
||||
template = " {{ .UserName }} "
|
||||
template = " {{ .UserName }} "
|
||||
type = "session"
|
||||
|
||||
[[blocks.segments]]
|
||||
foreground = "red"
|
||||
style = "plain"
|
||||
template = "@"
|
||||
type = "text"
|
||||
|
||||
[[blocks.segments]]
|
||||
foreground = "#45F1C2"
|
||||
style = "plain"
|
||||
template = " {{ .HostName }} "
|
||||
template = " {{ .HostName }} "
|
||||
type = "session"
|
||||
|
||||
[[blocks]]
|
||||
newline = true
|
||||
alignment = "left"
|
||||
type = "prompt"
|
||||
|
||||
[[blocks.segments]]
|
||||
foreground = "#0CA0D8"
|
||||
style = "plain"
|
||||
template = " {{ .Path }} "
|
||||
template = " {{ .Path }} "
|
||||
type = "path"
|
||||
|
||||
[blocks.segments.properties]
|
||||
folder_separator_icon = "/"
|
||||
style = "full"
|
||||
|
@ -47,64 +42,42 @@ type = "git"
|
|||
style = "plain"
|
||||
foreground = "#193549"
|
||||
background = "transparent"
|
||||
foreground_templates = [
|
||||
"{{ if or (.Working.Changed) (.Staging.Changed) }}#a7364d{{else}}#1ea54c{{end}}"
|
||||
]
|
||||
template = "{{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} {{ .StashCount }}{{ end }}"
|
||||
|
||||
[properties]
|
||||
template = "{{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} {{ .StashCount }}{{ end }}"
|
||||
[blocks.segments.properties]
|
||||
fetch_status = true
|
||||
fetch_upstream_icon = true
|
||||
source = "cli"
|
||||
|
||||
|
||||
[properties.mapped_branches]
|
||||
fetch_stash_count = true
|
||||
[blocks.segments.properties.branch_icon]
|
||||
"feat/*" = "🚀 "
|
||||
"bug/*" = "🐛 "
|
||||
"main/*" = "💎 "
|
||||
"dev/*" = "⚙️ "
|
||||
# foreground = "#915ada"
|
||||
# powerline_symbol = ""
|
||||
# style = "plain"
|
||||
# # template = "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} {{ .StashCount }}{{ end }} "
|
||||
# template = ' {{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }} <cyan>{{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }}</>'
|
||||
# type = "git"
|
||||
|
||||
[blocks.segments.properties]
|
||||
fetch_stash_count = true
|
||||
fetch_upstream_icon = true
|
||||
"main" = "💎 "
|
||||
"dev" = "⚙️ "
|
||||
[blocks.segments.properties.template_logic]
|
||||
default = "#1ea54c"
|
||||
has_staged = "#a7364d"
|
||||
has_unstaged = "#a7364d"
|
||||
|
||||
[[blocks]]
|
||||
alignment = "left"
|
||||
newline = true
|
||||
type = "prompt"
|
||||
|
||||
[[blocks.segments]]
|
||||
foreground = "#cd5e42"
|
||||
style = "plain"
|
||||
template = " "
|
||||
template = " "
|
||||
type = "root"
|
||||
|
||||
|
||||
[[blocks.segments]]
|
||||
foreground = "#CD4277"
|
||||
style = "plain"
|
||||
template = "# "
|
||||
type = "text"
|
||||
|
||||
[[blocks]]
|
||||
alignment = "left"
|
||||
type = "plain"
|
||||
|
||||
[transient_prompt]
|
||||
background = 'transparent'
|
||||
foreground = 'magenta'
|
||||
template = ""
|
||||
# template = '>'
|
||||
# type = "status"
|
||||
foreground_templates = [
|
||||
"{{if gt .Code 0}}red{{end}}",
|
||||
"{{if eq .Code 0}}green{{end}}",
|
||||
]
|
||||
# # foreground = "p:terminal-blue"
|
||||
background = "transparent"
|
||||
foreground = "#CD4277"
|
||||
template = "{{ if gt .Code 0 }}❯{{ else }}❯{{ end }} "
|
||||
|
||||
[secondary_prompt]
|
||||
background = "transparent"
|
||||
foreground = "#CD4277"
|
||||
template = "{{ if gt .Code 0 }}❯{{ else }}❯{{ end }} "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue