-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Expand file tree
/
Copy pathlambdageneration.omp.json
More file actions
129 lines (129 loc) · 3.61 KB
/
lambdageneration.omp.json
File metadata and controls
129 lines (129 loc) · 3.61 KB
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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#292929",
"foreground": "#fb7e14",
"leading_diamond": "\u256d\u2500\ue0b2",
"style": "diamond",
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} \ue0b1",
"type": "os"
},
{
"background": "#292929",
"foreground": "#fb7e14",
"options": {
"always_enabled": true,
"style": "austin",
"threshold": 500
},
"style": "powerline",
"template": " {{ .FormattedMs }} \ue0b1",
"type": "executiontime"
},
{
"background": "#292929",
"foreground": "#26C6DA",
"style": "plain",
"template": " \uf0e7 ",
"type": "root"
},
{
"background": "#292929",
"foreground": "#fb7e14",
"trailing_diamond": "\ue0c6",
"options": {
"style": "full"
},
"style": "diamond",
"template": " {{ .Path }} ",
"type": "path"
},
{
"background": "#292929",
"foreground": "#D4E157",
"style": "plain",
"type": "git"
},
{
"background": "#292929",
"foreground": "#26C6DA",
"foreground_templates": [
"{{ if eq \"Full\" .State.String }}#292929{{ end }}",
"{{ if eq \"Charging\" .State.String }}#40c4ff{{ end }}",
"{{ if eq \"Discharging\" .State.String }}#fb7e14{{ end }}"
],
"options": {
"charged_icon": "\uf240 ",
"charging_icon": "\ueb2d ",
"discharging_icon": "\ueb2d "
},
"style": "powerline",
"template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }} \ue0b1",
"type": "battery"
},
{
"background": "#292929",
"background_templates": [
"{{ if gt .Code 0 }}#292929{{ end }}"
],
"foreground": "#fb7e14",
"options": {
"always_enabled": true
},
"style": "diamond",
"template": " {{ if gt .Code 0 }}\uf00d {{ reason .Code }}{{ else }}\uf00c{{ end }} ",
"trailing_diamond": "\ue0b4",
"type": "status"
}
],
"type": "prompt"
},
{
"alignment": "right",
"segments": [
{
"background": "#292929",
"foreground": "#fb7e14",
"leading_diamond": "\ue0b6",
"style": "diamond",
"template": " {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }}@{{ .HostName }} <#fb7e14>\ue0b3</> ",
"type": "session"
},
{
"background": "#292929",
"foreground": "#fb7e14",
"options": {
"time_format": "15:04:05, _2"
},
"style": "diamond",
"template": "{{ .CurrentDate | date .Format }} \uf073 ",
"trailing_diamond": "\ue0b4",
"type": "time"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"background": "#fb7e14",
"foreground": "#292929",
"style": "diamond",
"leading_diamond": "\u2570\u2500\ue0b6",
"template": "\ue7ad",
"trailing_diamond": "\ue0b4",
"type": "path"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 4
}