This commit is contained in:
2024-06-08 06:40:02 -05:00
parent 953fca03c8
commit 6cac27c6eb
2 changed files with 47 additions and 1 deletions

View File

@@ -40,11 +40,21 @@ console_title_template = '{{ .Shell }} in {{ .Folder }}'
style = 'plain'
foreground = 'yellow'
background = 'transparent'
template = '{{ .FormattedMs }}'
template = '{{ .FormattedMs }} '
[blocks.segments.properties]
threshold = 5000
[[blocks.segments]]
type = 'path'
style = 'plain'
background = 'transparent'
foreground = 'blue'
template = '{{ .Shell }}'
[blocks.segments.properties]
style = 'full'
[[blocks]]
type = 'prompt'
alignment = 'left'