-
Notifications
You must be signed in to change notification settings - Fork 0
/
armno.omp.json
86 lines (86 loc) · 2.2 KB
/
armno.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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"type": "os",
"style": "plain",
"background": "transparent",
"foreground": "#575656",
"template": "{{.Icon}} "
},
{
"background": "#383838",
"foreground": "#A1B56C",
"leading_diamond": "\ue0b6",
"properties": {
"style": "folder"
},
"style": "diamond",
"template": "\ue5ff {{ .Path }}",
"trailing_diamond": "\ue0b4",
"type": "path"
},
{
"background": "#383838",
"foreground": "#7CAFC2",
"leading_diamond": " \ue0b6",
"properties": {
"fetch_upstream_icon": true,
"branch_icon": " \uE0A0 "
},
"style": "diamond",
"template": "{{ .UpstreamIcon }}{{ .HEAD }}",
"trailing_diamond": "\ue0b4",
"type": "git"
},
{
"background": "transparent",
"foreground": "#F7CA88",
"leading_diamond": " \ue0b6",
"properties": {
"fetch_status": true
},
"style": "diamond",
"template": "{{if .Working }} {{ .Working }}{{ end }}",
"trailing_diamond": "\ue0b4",
"type": "git"
},
{
"background": "transparent",
"foreground": "#575656",
"leading_diamond": "\ue0b6",
"properties": {
"style": "austin",
"threshold": 150
},
"style": "diamond",
"template": " {{ .FormattedMs }} ",
"trailing_diamond": "\ue0b4 ",
"type": "executiontime"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"background": "transparent",
"foreground": "#575656",
"leading_diamond": "\ue0b6",
"style": "diamond",
"template": "\u276f",
"trailing_diamond": "\ue0b4",
"type": "text"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 2
}