Skip to content

Powerline symbol for rprompt block type not working properly #6346

Description

@Dru01

Code of Conduct

  • I agree to follow this project's Code of Conduct

What happened?

I can't get to work properly the "trailing symbol" (I know there is no such thing, but I mean the separator behind it) cause if I'm right powerline_symbol should take the previous background which is purple, but I don't know if the previous is the other way around.

Image

I've also try every parent/background/foreground overight, leadin_power_symbol, invert_powersymbol and none of them seems to work.

Theme

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": {
"black": "#1A1A1A",
"blue": "#4B95E9",
"green": "#59C9A5",
"orange": "#F07623",
"red": "#D81E5B",
"white": "#F8F9FA",
"yellow": "#F3AE35",
"purple": "#83769c",
"lblue": "#86BBD8",
"dblue": "#33658A"
},
"secondary_prompt": {
"template": "<p:yellow,transparent>\ue0b6</><,p:yellow> > </><p:yellow,transparent>\ue0b0</> ",
"foreground": "p:black",
"background": "transparent"
},
"transient_prompt": {
"template": "<p:yellow,transparent>\ue0b6</><,p:yellow> {{ .Folder }} </><p:yellow,transparent>\ue0b0</> ",
"foreground": "p:black",
"background": "transparent"
},
"console_title_template": "{{ .Shell }} in {{ .Folder }}",
"upgrade": {
"source": "cdn",
"interval": "168h",
"auto": false,
"notice": false
},
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"leading_diamond": "\ue0b6",
"trailing_diamond": "\ue0b0",
"template": " {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }} ",
"foreground": "p:black",
"background": "p:yellow",
"type": "session",
"style": "diamond"
},
{
"properties": {
"style": "folder"
},
"template": " \uea83 {{ .Path }} ",
"foreground": "p:white",
"powerline_symbol": "\ue0b0",
"background": "p:orange",
"type": "path",
"style": "powerline"
},
{
"properties": {
"branch_template": "{{ trunc 25 .Branch }}",
"fetch_status": true,
"fetch_upstream_icon": true
},
"template": " {{ if .UpstreamURL }}{{ url .UpstreamIcon .UpstreamURL }} {{ end }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} ",
"foreground": "p:black",
"powerline_symbol": "\ue0b0",
"background": "p:green",
"type": "git",
"style": "powerline",
"foreground_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}p:black{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}p:white{{ end }}",
"{{ if gt .Ahead 0 }}p:white{{ end }}"
],
"background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}p:yellow{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}p:red{{ end }}",
"{{ if gt .Ahead 0 }}#49416D{{ end }}",
"{{ if gt .Behind 0 }}#7A306C{{ end }}"
]
},
{
"template": " \uf0e7 ",
"foreground": "p:white",
"powerline_symbol": "\ue0b0",
"background": "p:yellow",
"type": "root",
"style": "powerline"
},
{
"properties": {
"always_enabled": true
},
"leading_diamond": "<transparent,background>\ue0b0</>",
"trailing_diamond": "\ue0b4",
"template": " {{ if gt .Code 0 }}\uf00d{{ else }}\uf00c{{ end }} ",
"foreground": "p:white",
"background": "p:blue",
"type": "status",
"style": "diamond",
"background_templates": [
"{{ if gt .Code 0 }}p:red{{ end }}"
]
}
]
},
{
"type": "rprompt",
"segments": [
{
"background": "p:dblue",
"foreground": "p:white",
"leading_diamond": "\ue0b6",
"style": "diamond",
"properties": {
"linux": "\ue712",
"macos": "\ue711",
"windows": "\ue70f"
},
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
"type": "os"
},
{
"background": "p:dblue",
"foreground": "p:white",
"trailing_diamond": "<transparent,background>\ue0b2</>",
"style": "diamond",
"template": " {{ .Name }} ",
"type": "shell",
"properties": {
"mapped_shell_names": {
"pwsh": "\uebc7",
"shell": "\ue86c",
"cmd": "\uebc4",
"lua": "\ue826",
"nu": "\ue760",
"fish": "\uee41",
"zsh": "\ue760",
"bash": "\ue760"
}
}
},
{
"foreground": "p:white",
"background": "p:lblue",
"powerline_symbol": "<parentbackground, transparent>\ue0b2</>",
"invert_powerline": true,
"style": "powerline",
"template": "hola",
"type": "text"
},
{
"background": "p:purple",
"foreground": "p:white",
"style": "diamond",
"leading_diamond": "<background, transparent>\ue0b2</>",
"trailing_diamond": "\ue0b4",
"template": " {{ .CurrentDate | date "15:04" }} ",
"type": "time"
}
]
}
],
"tooltips": [
{
"properties": {
"display_default": true
},
"leading_diamond": "\ue0b0",
"trailing_diamond": "\ue0b4",
"template": " \ue7ad {{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }} ",
"foreground": "p:white",
"background": "p:orange",
"type": "aws",
"style": "diamond",
"tips": [
"aws"
]
},
{
"properties": {
"display_default": true
},
"leading_diamond": "\ue0b0",
"trailing_diamond": "\ue0b4",
"template": " \uebd8 {{ .Name }} ",
"foreground": "p:white",
"background": "p:blue",
"type": "az",
"style": "diamond",
"tips": [
"az"
]
}
],
"version": 3,
"final_space": true
}

What OS are you seeing the problem on?

Windows

Which shell are you using?

powershell

Log output

Session(true)                             -   0 ms
Path(true)                                -   1 ms
Git(false)                                -   4 ms
Root(false)                               -   0 ms
Status(true)                              -   2 ms
Os(true)                                  -   0 ms
Shell(true)                               -   0 ms
Text(true)                                -   0 ms
Time(true)                                -   0 ms

Run duration: 13.8929ms

Cache path: C:\Users\batma\AppData\Local\oh-my-posh

Config path: C:\Users\batma\.mytheme.omp.json

Logs:

[DEBUG] 19:37:56.034 debug.go:36 → debug mode enabled
[DEBUG] 19:37:56.036 load.go:Path:78 → config set using POSH_THEME: C:\Users\batma\.mytheme.omp.json
[TRACE] 19:37:56.036 load.go:Path() - 515.6µs
[TRACE] 19:37:56.037 load.go:loadConfig() - 1.0777ms
[TRACE] 19:37:56.037 load.go:Load() - 1.0777ms
[DEBUG] 19:37:56.037 terminal.go:Init:54 → plain mode enabled
[TRACE] 19:37:56.038 path.go:Path() - 574µs
[DEBUG] 19:37:56.038 file.go:Init:26 → loading cache file: C:\Users\batma\AppData\Local\oh-my-posh\omp.cache
[DEBUG] 19:37:56.038 file.go:Init:43 → skipping expired cache key: font_list_cache
[DEBUG] 19:37:56.038 file.go:Init:43 → skipping expired cache key: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/Meslo.zip
[TRACE] 19:37:56.038 file.go:Init(C:\Users\batma\AppData\Local\oh-my-posh\omp.cache) - 519.8µs
[TRACE] 19:37:56.038 path.go:Path() - 0s
[DEBUG] 19:37:56.038 file.go:Init:26 → loading cache file: C:\Users\batma\AppData\Local\oh-my-posh\omp.cache.6f480a9a-91d3-4e56-a6a9-986bfb3a996f
[DEBUG] 19:37:56.038 file.go:Init:47 → loading cache key: prompt_count_cache
[DEBUG] 19:37:56.038 file.go:Init:47 → loading cache key: template_cache
[TRACE] 19:37:56.038 file.go:Init(C:\Users\batma\AppData\Local\oh-my-posh\omp.cache.6f480a9a-91d3-4e56-a6a9-986bfb3a996f) - 0s
[DEBUG] 19:37:56.038 file.go:Get:75 → getting cache key: prompt_count_cache with value: 79
[TRACE] 19:37:56.038 terminal.go:setPromptCount() - 0s
[TRACE] 19:37:56.039 terminal.go:GOOS() - 0s
[DEBUG] 19:37:56.039 terminal.go:setPwd:115 → C:\Users\batma
[TRACE] 19:37:56.039 terminal.go:setPwd() - 510.7µs
[TRACE] 19:37:56.039 terminal.go:Init() - 1.9594ms
[TRACE] 19:37:56.039 terminal.go:Shell() - 0s
[TRACE] 19:37:56.039 terminal.go:Flags() - 0s
[DEBUG] 19:37:56.039 file.go:Get:75 → getting cache key: template_cache with value: {"SegmentsCache":{"Os":{"Segment":{"Text":"","Index":0},"Icon":""},"Path":{"Segment":{"Text":"  ~ ","In
dex":1},"Location":"C:/Users/batma","Path":"~","Folders":[],"StackCount":0,"Writable":true,"RootDir":false},"Session":{"Segment":{"Text":" batma ","Index":0},"DefaultUserName":"","SSHSession":false},"Shell":{"Segment":{"Text":" \u003cb\u003e \u003c/b\u003e ","Index":1},"Name":"","Version":"7.5.0"},"Status":{"Segment":{"Text":"","Index":2},"String":"0","Meaning":"0","Code":0,"Error":false},"Text":{"Segment":{"Text":"hola","Index":2}},"Time":{"Segment":{"Text":" \u003cb\u003e19:30\u003c/b\u003e ","Index":3},"CurrentDate":"2025-04-03T19:30:56.3505427-06:00","Format":"15:04:05"}},"Segments":{},"Var":{},"PWD":"~","Folder":"batma","PSWD":"","UserName":"batma","HostName":"Zenbook-Q529ZA","ShellVersion":"7.5.0","Shell":"pwsh","AbsolutePWD":"C:\\Users\\batma","OS":"windows","Version":"25.10.2","PromptCount":79,"SHLVL":0,"Jobs":0,"Code":0,"WSL":false,"Root":false}                                                                                         [TRACE] 19:37:56.039 cache.go:restoreCache() - 0s
[DEBUG] 19:37:56.039 writer.go:Init:105 → terminal program: vscode
[DEBUG] 19:37:56.039 writer.go:Init:106 → terminal shell: shell
[DEBUG] 19:37:56.039 terminal.go:Getenv:77 → NO DATA
[TRACE] 19:37:56.040 terminal.go:Getenv(OMP_CACHE_DISABLED) - 0s
[DEBUG] 19:37:56.040 file.go:Get:70 → cache key not found: accent_color
[TRACE] 19:37:56.040 terminal_windows.go:WindowsRegistryKeyValue(HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM\ColorizationColor) - 0s
[DEBUG] 19:37:56.040 terminal_windows.go:WindowsRegistryKeyValue:198 → ColorizationColor(DWORD): 0xC40078D7
[TRACE] 19:37:56.040 colors_windows.go:GetAccentColor() - 0s
[TRACE] 19:37:56.040 colors.go:SetAccentColor() - 0s
[TRACE] 19:37:56.040 terminal.go:Shell() - 0s
[DEBUG] 19:37:56.040 terminal.go:Getenv:77 → 7.5.0
[TRACE] 19:37:56.040 terminal.go:Getenv(POSH_SHELL_VERSION) - 0s
[DEBUG] 19:37:56.040 debug.go:PrintDebug:24 → segment: Title
[DEBUG] 19:37:56.040 text.go:patchTemplate:125 → {{ .Shell }} in {{ .Folder }}
[TRACE] 19:37:56.040 text.go:Render({{ .Shell }} in {{ .Folder }}) - 663.9µs
[TRACE] 19:37:56.040 terminal.go:Flags() - 0s
[DEBUG] 19:37:56.040 terminal.go:Getenv:77 → 1
[TRACE] 19:37:56.040 terminal.go:Getenv(POSH_CURSOR_LINE) - 0s
[DEBUG] 19:37:56.040 terminal.go:Getenv:77 → 1
[TRACE] 19:37:56.040 terminal.go:Getenv(POSH_CURSOR_COLUMN) - 0s
[TRACE] 19:37:56.040 terminal.go:Flags() - 0s
[TRACE] 19:37:56.040 terminal.go:Flags() - 0s
[TRACE] 19:37:56.040 terminal.go:Flags() - 0s
[TRACE] 19:37:56.040 terminal.go:Flags() - 0s
[DEBUG] 19:37:56.040 home.go:12 → C:\Users\batma
[DEBUG] 19:37:56.040 home.go:12 → C:\Users\batma
[TRACE] 19:37:56.040 terminal.go:GOOS() - 0s
[TRACE] 19:37:56.040 terminal.go:GOOS() - 0s
[TRACE] 19:37:56.041 terminal.go:Flags() - 0s
[DEBUG] 19:37:56.041 home.go:12 → C:\Users\batma
[TRACE] 19:37:56.041 terminal.go:GOOS() - 0s
[DEBUG] 19:37:56.041 segment.go:Execute:111 → segment: Git
[DEBUG] 19:37:56.041 file.go:Get:70 → cache key not found: toggle_cache
[DEBUG] 19:37:56.041 segment.go:isToggled:228 → no toggles found
[DEBUG] 19:37:56.041 segment.go:Execute:111 → segment: Status
[DEBUG] 19:37:56.041 file.go:Get:70 → cache key not found: toggle_cache
[DEBUG] 19:37:56.041 segment.go:isToggled:228 → no toggles found
[DEBUG] 19:37:56.041 segment.go:Execute:111 → segment: Session
[TRACE] 19:37:56.041 terminal.go:StatusCodes() - 0s
[DEBUG] 19:37:56.041 file.go:Get:70 → cache key not found: toggle_cache
[DEBUG] 19:37:56.041 segment.go:isToggled:228 → no toggles found
[DEBUG] 19:37:56.041 properties.go:GetString:28 → status_template: {{ .Code }}
[DEBUG] 19:37:56.041 terminal.go:Getenv:77 → NO DATA
[TRACE] 19:37:56.041 terminal.go:Getenv(SSH_CONNECTION) - 0s
[DEBUG] 19:37:56.041 terminal.go:Getenv:77 → NO DATA
[TRACE] 19:37:56.041 terminal.go:Getenv(SSH_CLIENT) - 0s
[TRACE] 19:37:56.041 terminal.go:GOOS() - 0s
[TRACE] 19:37:56.041 terminal.go:Flags() - 0s
[DEBUG] 19:37:56.041 home.go:12 → C:\Users\batma
[TRACE] 19:37:56.041 terminal.go:GOOS() - 0s
[TRACE] 19:37:56.041 terminal.go:Flags() - 0s
[DEBUG] 19:37:56.041 segment.go:Execute:111 → segment: Path
[DEBUG] 19:37:56.041 file.go:Get:70 → cache key not found: toggle_cache
[DEBUG] 19:37:56.041 segment.go:isToggled:228 → no toggles found
[DEBUG] 19:37:56.041 home.go:12 → C:\Users\batma
[DEBUG] 19:37:56.041 text.go:patchTemplate:125 → {{ .Data.Code }}
[TRACE] 19:37:56.041 terminal.go:GOOS() - 0s
[DEBUG] 19:37:56.041 segment.go:Execute:111 → segment: Root
[DEBUG] 19:37:56.041 file.go:Get:70 → cache key not found: toggle_cache
[DEBUG] 19:37:56.041 segment.go:isToggled:228 → no toggles found
[TRACE] 19:37:56.041 terminal_windows.go:Root() - 0s
[DEBUG] 19:37:56.041 text.go:patchTemplate:125 →  {{ if .Data.SSHSession }} {{ end }}{{ .UserName }}
[TRACE] 19:37:56.041 text.go:Render({{ .Code }}) - 564.8µs
[DEBUG] 19:37:56.041 properties.go:GetBool:22 → display_cygpath: false
[TRACE] 19:37:56.041 terminal.go:GOOS() - 0s
[TRACE] 19:37:56.041 separator.go:Separator() - 0s
[TRACE] 19:37:56.041 terminal.go:Shell() - 0s
[TRACE] 19:37:56.041 terminal.go:Flags() - 0s
[TRACE] 19:37:56.041 terminal.go:GOOS() - 0s
[DEBUG] 19:37:56.042 properties.go:GetBool:22 → mapped_locations_enabled: true
[DEBUG] 19:37:56.042 properties.go:GetString:28 → windows_registry_icon: 
[DEBUG] 19:37:56.042 properties.go:GetString:28 → windows_registry_icon: 
[DEBUG] 19:37:56.042 home.go:12 → C:\Users\batma
[TRACE] 19:37:56.042 separator.go:Separator() - 0s
[TRACE] 19:37:56.042 terminal.go:GOOS() - 0s
[DEBUG] 19:37:56.042 properties.go:GetString:28 → home_icon: ~
[DEBUG] 19:37:56.042 properties.go:GetKeyValueMap:46 → mapped_locations: map[]
[TRACE] 19:37:56.042 separator.go:Separator() - 0s
[TRACE] 19:37:56.042 terminal.go:GOOS() - 0s
[TRACE] 19:37:56.042 separator.go:Separator() - 0s
[TRACE] 19:37:56.042 text.go:Render( {{ if .SSHSession }} {{ end }}{{ .UserName }} ) - 1.0029ms
[TRACE] 19:37:56.042 terminal.go:GOOS() - 0s
[TRACE] 19:37:56.042 terminal.go:GOOS() - 0s
[TRACE] 19:37:56.042 terminal.go:GOOS() - 0s
[TRACE] 19:37:56.042 terminal.go:GOOS() - 0s
[TRACE] 19:37:56.042 text.go:Render(diamond) - 0s
[TRACE] 19:37:56.042 terminal.go:Flags() - 0s
[DEBUG] 19:37:56.042 properties.go:GetStringArray:52 → cycle: []
[DEBUG] 19:37:56.042 properties.go:GetString:28 → folder_separator_template:
[DEBUG] 19:37:56.042 properties.go:GetString:28 → folder_separator_icon: \
[DEBUG] 19:37:56.042 properties.go:GetBool:22 → cycle_folder_separator: false
[DEBUG] 19:37:56.042 properties.go:GetString:28 → folder_format: %s
[DEBUG] 19:37:56.042 properties.go:GetString:28 → edge_format: %s
[DEBUG] 19:37:56.042 properties.go:GetString:28 → left_format: %s
[DEBUG] 19:37:56.042 properties.go:GetString:28 → right_format: %s
[DEBUG] 19:37:56.042 properties.go:GetBool:22 → always_enabled: true
[TRACE] 19:37:56.042 terminal.go:Flags() - 0s
[TRACE] 19:37:56.042 terminal.go:GOOS() - 0s
[TRACE] 19:37:56.042 terminal.go:StackCount() - 0s
[DEBUG] 19:37:56.043 win32_windows.go:isWriteable:259 → not current user or in group
[DEBUG] 19:37:56.043 win32_windows.go:isWriteable:263 → current user is member of S-1-5-32-544
[DEBUG] 19:37:56.043 win32_windows.go:isWriteable:271 ↓
    WRITE_DAC
    WRITE_OWNER
    SYNCHRONIZE
    DELETE
    READ_CONTROL
[DEBUG] 19:37:56.043 win32_windows.go:isWriteable:273 → user has write access
[TRACE] 19:37:56.043 terminal_windows.go:DirIsWritable() - 518.8µs
[DEBUG] 19:37:56.043 text.go:patchTemplate:125 →   {{ .Data.Path }}
[TRACE] 19:37:56.043 text.go:Render(  {{ .Path }} ) - 0s
[TRACE] 19:37:56.043 text.go:Render(powerline) - 0s
[DEBUG] 19:37:56.045 terminal.go:CommandPath:317 → C:\Program Files\Git\cmd\git.exe
[TRACE] 19:37:56.045 terminal.go:CommandPath(git.exe) - 3.6244ms
[TRACE] 19:37:56.045 terminal.go:HasCommand(git.exe) - 3.6244ms
[DEBUG] 19:37:56.045 properties.go:GetBool:22 → fetch_bare_info: false
[DEBUG] 19:37:56.045 terminal.go:ResolveSymlink:208 → C:\Users\batma
[TRACE] 19:37:56.045 terminal.go:ResolveSymlink(C:\Users\batma) - 0s
[ERROR] 19:37:56.045 terminal.go:HasParentFilePath:476 → CreateFile .git: The system cannot find the file specified.
[TRACE] 19:37:56.045 terminal.go:HasParentFilePath(.git) - 0s
[TRACE] 19:37:56.046 text.go:Render(powerline) - 0s
[TRACE] 19:37:56.046 text.go:Render(powerline) - 0s
[DEBUG] 19:37:56.046 text.go:patchTemplate:125 →  {{ if gt .Data.Code 0 }}{{ else }}{{ end }}
[TRACE] 19:37:56.046 text.go:Render( {{ if gt .Code 0 }}{{ else }}{{ end }} ) - 0s
[DEBUG] 19:37:56.046 text.go:patchTemplate:125 → {{ if gt .Data.Code 0 }}p:red{{ end }}
[TRACE] 19:37:56.046 text.go:Render({{ if gt .Code 0 }}p:red{{ end }}) - 0s
[TRACE] 19:37:56.046 text.go:Render(diamond) - 0s
[DEBUG] 19:37:56.046 text.go:patchTemplate:125 → {{ if gt .Data.Code 0 }}p:red{{ end }}
[TRACE] 19:37:56.046 text.go:Render({{ if gt .Code 0 }}p:red{{ end }}) - 0s
[TRACE] 19:37:56.046 terminal.go:Shell() - 0s
[TRACE] 19:37:56.046 terminal.go:Flags() - 0s
[TRACE] 19:37:56.046 terminal.go:Flags() - 0s
[DEBUG] 19:37:56.046 home.go:12 → C:\Users\batma
[TRACE] 19:37:56.046 terminal.go:GOOS() - 0s
[DEBUG] 19:37:56.046 home.go:12 → C:\Users\batma
[DEBUG] 19:37:56.046 segment.go:Execute:111 → segment: Time
[TRACE] 19:37:56.046 terminal.go:GOOS() - 0s
[DEBUG] 19:37:56.046 file.go:Get:70 → cache key not found: toggle_cache
[DEBUG] 19:37:56.046 segment.go:Execute:111 → segment: Os
[DEBUG] 19:37:56.046 segment.go:isToggled:228 → no toggles found
[DEBUG] 19:37:56.046 file.go:Get:70 → cache key not found: toggle_cache
[DEBUG] 19:37:56.046 segment.go:isToggled:228 → no toggles found
[TRACE] 19:37:56.046 terminal.go:GOOS() - 0s
[DEBUG] 19:37:56.046 properties.go:GetString:28 → windows: 
[TRACE] 19:37:56.046 terminal.go:Flags() - 0s
[DEBUG] 19:37:56.046 home.go:12 → C:\Users\batma
[TRACE] 19:37:56.046 terminal.go:GOOS() - 0s
[DEBUG] 19:37:56.046 segment.go:Execute:111 → segment: Shell
[DEBUG] 19:37:56.046 file.go:Get:70 → cache key not found: toggle_cache
[DEBUG] 19:37:56.046 segment.go:isToggled:228 → no toggles found
[DEBUG] 19:37:56.046 text.go:patchTemplate:125 →  {{ if .WSL }}WSL at {{ end }}{{.Data.Icon}}
[DEBUG] 19:37:56.046 properties.go:GetKeyValueMap:46 → mapped_shell_names: map[bash: cmd: fish: lua: nu: pwsh: shell: zsh:]
[TRACE] 19:37:56.046 terminal.go:Shell() - 0s
[TRACE] 19:37:56.046 terminal.go:Flags() - 0s
[DEBUG] 19:37:56.046 home.go:12 → C:\Users\batma
[TRACE] 19:37:56.046 terminal.go:GOOS() - 0s
[DEBUG] 19:37:56.046 segment.go:Execute:111 → segment: Text
[DEBUG] 19:37:56.046 file.go:Get:70 → cache key not found: toggle_cache
[DEBUG] 19:37:56.046 segment.go:isToggled:228 → no toggles found
[TRACE] 19:37:56.046 text.go:Render( {{ if .WSL }}WSL at {{ end }}{{.Icon}} ) - 515.8µs
[TRACE] 19:37:56.046 text.go:Render(diamond) - 0s
[DEBUG] 19:37:56.046 properties.go:GetString:28 → time_format: 15:04:05
[DEBUG] 19:37:56.046 text.go:patchTemplate:125 →  <b>{{ .Data.Name }} </b>
[TRACE] 19:37:56.046 text.go:Render( <b>{{ .Name }} </b> ) - 0s
[TRACE] 19:37:56.046 text.go:Render(diamond) - 0s
[TRACE] 19:37:56.046 text.go:Render(hola) - 0s
[TRACE] 19:37:56.046 text.go:Render(powerline) - 0s
[DEBUG] 19:37:56.046 text.go:patchTemplate:125 →  <b>{{ .Data.CurrentDate | date "15:04" }}</b>
[TRACE] 19:37:56.047 text.go:Render( <b>{{ .CurrentDate | date "15:04" }}</b> ) - 513µs
[TRACE] 19:37:56.047 text.go:Render(diamond) - 0s
[TRACE] 19:37:56.047 terminal.go:Shell() - 0s
[TRACE] 19:37:56.047 terminal.go:Flags() - 0s
[TRACE] 19:37:56.047 terminal.go:Shell() - 0s
[DEBUG] 19:37:56.047 terminal_windows.go:TerminalWidth:99 → terminal width: 192
[TRACE] 19:37:56.047 terminal_windows.go:TerminalWidth() - 0s
[TRACE] 19:37:56.047 path.go:Path() - 0s
[TRACE] 19:37:56.047 terminal.go:Flags() - 0s

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

🐛 bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions