{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "blocks": [ { "alignment": "left", "segments": [ { "background": "#333333", "foreground": "#ff0000", "leading_diamond": "\ue0b6", "style": "diamond", "template": " {{ .UserName }}@{{ .HostName }} ", "trailing_diamond": "\ue0b0", "type": "session" }, { "background": "#1BD760", "foreground": "#434343", "powerline_symbol": "\ue0b0", "style": "powerline", "template": " \uf1bc {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} ", "type": "spotify" }, { "background": "#ff0000", "foreground": "#000000", "powerline_symbol": "\ue0b0", "properties": { "style": "folder" }, "style": "powerline", "template": " \ue5ff {{ .Path }} ", "type": "path" }, { "background": "#fffb38", "foreground": "#193549", "powerline_symbol": "\ue0b0", "properties": { "fetch_stash_count": true, "fetch_upstream_icon": true }, "style": "powerline", "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { "background": "#6CA35E", "foreground": "#ffffff", "powerline_symbol": "\ue0b0", "style": "powerline", "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ", "type": "node" }, { "background": "#203248", "foreground": "#ffffff", "powerline_symbol": "\ue0b0", "style": "powerline", "template": " \uf120 {{ .Name }} ", "type": "shell" }, { "background": "#ffff66", "foreground": "#ffffff", "powerline_symbol": "\ue0b0", "style": "powerline", "template": " \uf0e7 ", "type": "root" }, { "background": "#2e9599", "background_templates": [ "{{ if gt .Code 0 }}#f1184c{{ end }}" ], "foreground": "#ffffff", "properties": { "always_enabled": true }, "style": "plain", "template": "\ue0b0 \ue23a \ue0b4", "type": "status" } ], "type": "prompt" } ], "final_space": true, "version": 2 }