-
Notifications
You must be signed in to change notification settings - Fork 0
/
darkblood-plus.omp.json
107 lines (107 loc) · 3.24 KB
/
darkblood-plus.omp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"console_title_template": "{{.HostName}}",
"blocks": [
{
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "red",
"template": "\u250f["
},
{
"type": "os",
"style": "plain",
"foreground": "white",
"template": "{{ if .WSL }}WSL at {{ end }}{{.Icon}} "
},
{
"foreground": "white",
"properties": {
"display_host": false
},
"style": "plain",
"template": "{{ if .SSHSession }}\uf817 {{ end }}{{ .UserName }}",
"type": "session"
},
{
"type": "text",
"style": "plain",
"foreground": "red",
"template": "]"
},
{
"foreground": "lightGreen",
"style": "powerline",
"template": "<red>[</>{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if and (.Staging.Changed) (.Working.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0}} \uF692 {{ .StashCount }}{{ end }}{{ if gt .WorktreeCount 0}} \uf1bb {{ .WorktreeCount }}{{ end }}<red>]</>",
"properties": {
"fetch_status": true,
"fetch_upstream_icon": true
},
"type": "git"
},
{
"foreground": "lightGreen",
"properties": {
"display_mode": "environment"
},
"style": "plain",
"template": "<red>[</>{{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}<red>]</>",
"type": "python"
},
{
"foreground": "white",
"style": "plain",
"template": "<red>[</>\uf0e7<red>]</>",
"type": "root"
},
{
"foreground": "darkGray",
"style": "powerline",
"template": "<red>[</>{{ .FormattedMs }}<red>]</>",
"properties": {
"threshold": 50,
"style": "round"
},
"type": "executiontime"
},
{
"foreground": "red",
"style": "plain",
"template": "[{{ if gt .Code 0 }}\uf1e2 {{ .Meaning }}{{ else }}\uf42e{{ end }}]",
"type": "exit"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "lightWhite",
"properties": {
"style": "full",
"mapped_locations": {
"C:\\Projects\\csharp": "\uf81a:",
"C:\\Projects\\gfx": "\uf03e:",
"C:\\Projects\\lua": "\ue620:",
"C:\\Projects\\minecraft": "\uf872:",
"C:\\Projects\\misc": "\ue796:",
"C:\\Projects\\php": "\ue73d:",
"C:\\Projects\\python": "\uf81f:"
}
},
"style": "plain",
"template": "<red>\u2516[</>{{ .Path }}<red>]></>",
"type": "path"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 2
}