2021-04-02 10:19:58 -07:00
|
|
|
{
|
2021-04-22 12:21:34 -07:00
|
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
|
|
"blocks": [
|
|
|
|
{
|
|
|
|
"type": "prompt",
|
|
|
|
"alignment": "left",
|
|
|
|
"segments": [
|
|
|
|
{
|
|
|
|
"type": "session",
|
|
|
|
"style": "diamond",
|
|
|
|
"foreground": "#ffffff",
|
|
|
|
"background": "#07585c",
|
2021-12-03 14:44:58 -08:00
|
|
|
"leading_diamond": "\uE0B6",
|
|
|
|
"properties": {
|
|
|
|
"template": "{{ .UserName }}@{{ .ComputerName }}"
|
|
|
|
}
|
2021-04-22 12:21:34 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "path",
|
|
|
|
"style": "plain",
|
|
|
|
"foreground": "#ffffff",
|
|
|
|
"background": "#3e9022",
|
|
|
|
"properties": {
|
|
|
|
"prefix": " \uE5FF ",
|
|
|
|
"style": "folder"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"style": "plain",
|
|
|
|
"foreground": "#ffffff",
|
|
|
|
"background": "#de076f",
|
|
|
|
"properties": {
|
2021-11-08 13:56:40 -08:00
|
|
|
"fetch_upstream_icon": true,
|
|
|
|
"branch_icon": "",
|
2021-11-09 08:13:47 -08:00
|
|
|
"template": "{{ .UpstreamIcon }}{{ .HEAD }}"
|
2021-04-22 12:21:34 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "spotify",
|
|
|
|
"style": "plain",
|
|
|
|
"foreground": "#ffffff",
|
|
|
|
"background": "#491545",
|
|
|
|
"properties": {
|
2021-11-07 08:42:56 -08:00
|
|
|
"prefix": " \uF9C6 ",
|
2021-04-22 12:21:34 -07:00
|
|
|
"playing_icon": "\uE602 ",
|
|
|
|
"paused_icon": "\uF8E3 ",
|
|
|
|
"stopped_icon": "\uF04D ",
|
|
|
|
"track_separator" : " - "
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "exit",
|
|
|
|
"style": "diamond",
|
|
|
|
"trailing_diamond": "\uE0B4",
|
|
|
|
"foreground": "#ffffff",
|
|
|
|
"background": "#491515",
|
2021-11-14 04:39:00 -08:00
|
|
|
"background_templates": ["{{ if gt .Code 0 }}#f1184c{{ end }}"],
|
2021-04-22 12:21:34 -07:00
|
|
|
"properties": {
|
2021-11-14 04:39:00 -08:00
|
|
|
"template": "\uF7d4",
|
|
|
|
"always_enabled": true
|
2021-04-22 12:21:34 -07:00
|
|
|
}
|
2021-04-02 10:19:58 -07:00
|
|
|
}
|
2021-04-22 12:21:34 -07:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"final_space": true
|
|
|
|
}
|
2021-11-07 08:42:56 -08:00
|
|
|
|