-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathquick-term-cloud.omp.json
185 lines (185 loc) · 5.35 KB
/
quick-term-cloud.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"console_title_template": "{{.UserName}}{{if .Root}} :: root{{end}} :: {{.Shell}}",
"blocks": [
{
"alignment": "left",
"newline": true,
"segments": [
{
"background": "#d75f00",
"foreground": "#f2f3f8",
"properties": {
"alpine": "\uf300",
"arch": "\uf303",
"centos": "\uf304",
"debian": "\uf306",
"elementary": "\uf309",
"fedora": "\uf30a",
"gentoo": "\uf30d",
"linux": "\ue712",
"macos": "\ue711",
"manjaro": "\uf312",
"mint": "\uf30f",
"opensuse": "\uf314",
"raspbian": "\uf315",
"ubuntu": "\uf31c",
"windows": "\ue70f"
},
"style": "diamond",
"template": " {{ .Icon }} ",
"type": "os"
},
{
"background": "#FEF5ED",
"foreground": "#011627",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"template": " \uf489 {{ .Name }} ",
"type": "shell"
},
{
"background": "#0087af",
"foreground": "#f2f3f8",
"properties": {
"style": "agnoster_short",
"max_depth": 3,
"folder_icon": "\u2026",
"folder_separator_icon": " <transparent>\ue0b1</> "
},
"style": "powerline",
"powerline_symbol": "\ue0b0",
"template": " {{ .Path }} ",
"type": "path"
},
{
"background": "#378504",
"foreground": "#f2f3f8",
"background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#a97400{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#54433a{{ end }}",
"{{ if gt .Ahead 0 }}#744d89{{ end }}",
"{{ if gt .Behind 0 }}#744d89{{ end }}"
],
"properties": {
"branch_max_length": 25,
"fetch_stash_count": true,
"fetch_status": true,
"branch_icon": "\uf418 ",
"branch_identical_icon": "\uf444",
"branch_gone_icon": "\ueab8"
},
"style": "diamond",
"leading_diamond": "<transparent,background>\ue0b0</>",
"template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} <transparent>\ue0b1</> <#121318>\uf044 {{ .Working.String }}</>{{ end }}{{ if .Staging.Changed }} <transparent>\ue0b1</> <#121318>\uf046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} <transparent>\ue0b1</> <#121318>\ueb4b {{ .StashCount }}</>{{ end }} ",
"trailing_diamond": "\ue0b0",
"type": "git"
}
],
"type": "prompt"
},
{
"alignment": "right",
"segments": [
{
"background": "#e4e4e4",
"foreground": "#585858",
"properties": {
"style": "austin",
"always_enabled": true
},
"invert_powerline": true,
"style": "powerline",
"powerline_symbol": "\ue0b2",
"template": " \ueba2 {{ .FormattedMs }} ",
"type": "executiontime"
},
{
"background": "#d75f00",
"foreground": "#f2f3f8",
"properties": {
"time_format": "15:04:05"
},
"invert_powerline": true,
"style": "diamond",
"template": " \uf073 {{ .CurrentDate | date .Format }} ",
"trailing_diamond": "\ue0b0",
"type": "time"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#d75f00",
"style": "plain",
"template": " \u2570\u2500",
"type": "text"
},
{
"style": "powerline",
"template": " \udb84\udcfe : {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}} ",
"type": "kubectl"
},
{
"foreground": "#d75f00",
"style": "plain",
"template": "||",
"type": "text"
},
{
"style": "powerline",
"foreground": "#fffff",
"template": " \uebd8 : {{ .Name }} ",
"type": "az"
},
{
"foreground": "#d75f00",
"style": "plain",
"template": "||",
"type": "text"
},
{
"style": "powerline",
"foreground": "#fffff",
"template": " \uebc7 : {{ .Name }} ",
"type": "az",
"properties": {
"source": "pwsh"
}
},
{
"foreground": "#d75f00",
"style": "plain",
"template": "||",
"type": "text"
},
{
"style": "powerline",
"foreground": "#ffffff",
"template": " \ue7ad : {{.Profile}}{{ if .Region }}@{{ .Region }}{{ end }}",
"type": "aws"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#d75f00",
"style": "plain",
"template": "#",
"type": "text"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 2
}