mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
"blocks": [
|
|
{
|
|
"alignment": "left",
|
|
"segments": [
|
|
{
|
|
"background": "#07585c",
|
|
"foreground": "#ffffff",
|
|
"leading_diamond": "\ue0b6",
|
|
"style": "diamond",
|
|
"template": " {{ .UserName }}@{{ .HostName }} ",
|
|
"type": "session"
|
|
},
|
|
{
|
|
"background": "#3e9022",
|
|
"foreground": "#ffffff",
|
|
"properties": {
|
|
"style": "folder"
|
|
},
|
|
"style": "plain",
|
|
"template": " \ue5ff {{ .Path }} ",
|
|
"type": "path"
|
|
},
|
|
{
|
|
"background": "#de076f",
|
|
"foreground": "#ffffff",
|
|
"properties": {
|
|
"branch_icon": "",
|
|
"fetch_upstream_icon": true
|
|
},
|
|
"style": "plain",
|
|
"template": " {{ .UpstreamIcon }}{{ .HEAD }} ",
|
|
"type": "git"
|
|
},
|
|
{
|
|
"background": "#491545",
|
|
"foreground": "#ffffff",
|
|
"properties": {
|
|
"paused_icon": "\uf8e3 ",
|
|
"playing_icon": "\ue602 ",
|
|
"stopped_icon": "\uf04d ",
|
|
"track_separator": " - "
|
|
},
|
|
"style": "plain",
|
|
"template": " \uf9c6 {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} ",
|
|
"type": "spotify"
|
|
},
|
|
{
|
|
"background": "#491515",
|
|
"background_templates": [
|
|
"{{ if gt .Code 0 }}#f1184c{{ end }}"
|
|
],
|
|
"foreground": "#ffffff",
|
|
"properties": {
|
|
"always_enabled": true
|
|
},
|
|
"style": "diamond",
|
|
"template": " \uf7d4 ",
|
|
"trailing_diamond": "\ue0b4",
|
|
"type": "exit"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
}
|
|
],
|
|
"final_space": true,
|
|
"version": 2
|
|
}
|