-
Notifications
You must be signed in to change notification settings - Fork 0
/
gugaguga.omp.json
167 lines (167 loc) · 5.1 KB
/
gugaguga.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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"console_title_template": "🌵 {{.Host}} in {{.Folder}}",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#26C6DA",
"properties": {
"macos": "mac"
},
"style": "plain",
"template": "{{ if .WSL }}WSL at {{ end }}{{.Icon}}",
"type": "os"
},
{
"foreground": "lightGreen",
"style": "plain",
"template": " 🌵 \u266f {{ .HostName }} <#ffffff>in</> ",
"type": "session"
},
{
"foreground": "yellow",
"properties": {
"style": "folder"
},
"style": "plain",
"template": "<#26C6DA>\ufc6e </>\\{{ .Path }} ",
"type": "path"
},
{
"invert_powerline": true,
"properties": {
"fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true
},
"style": "plain",
"template": "<#ffffff>on</> {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} ",
"type": "git"
},
{
"foreground": "#FFD54F",
"style": "plain",
"template": "<#CB4B16>\u276f</><#CACA02>\u276f</><#4E9A06>\u276f</> ",
"type": "text"
}
],
"type": "prompt"
},
{
"alignment": "right",
"segments": [
{
"background": "#c4a000",
"foreground": "#000000",
"invert_powerline": true,
"properties": {
"always_enabled": true
},
"style": "diamond",
"template": " \uf252 {{ .FormattedMs }} ",
"leading_diamond": "\ue0b6",
"type": "executiontime"
},
{
"type": "shell",
"style": "plain",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#0077c2",
"properties": {
"mapped_shell_names": {
"pwsh": "\uE795 pwsh"
}
}
},
{
"background": "#b69ffd",
"foreground": "#7650e7",
"properties": {
"display_mode": "files",
"fetch_virtual_env": false
},
"style": "powerline",
"template": "[\ue235 {{ .Full }}]",
"type": "python"
},
{
"background": "#79d4fd",
"foreground": "#007d9c",
"properties": {
"fetch_version": true
},
"style": "powerline",
"template": "[\ufcd1{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}]",
"type": "go"
},
{
"background": "#76b367",
"foreground": "#1c4711",
"properties": {
"fetch_version": true
},
"style": "powerline",
"template": "[\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}]",
"type": "node"
},
{
"background": "#db9f9f",
"foreground": "#ea2d2e",
"properties": {
"fetch_version": true
},
"style": "powerline",
"template": "[\ue738 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}]",
"type": "java"
},
{
"background_templates": [
"{{if contains \"default\" .Profile}}#FFA400{{end}}",
"{{if contains \"jan\" .Profile}}#f1184c{{end}}"
],
"foreground": "#ffffff",
"properties": {
"display_default": false
},
"style": "powerline",
"template": "[\ue7ad {{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }}]",
"type": "aws"
},
{
"background": "#d3d7cf",
"foreground": "#000000",
"invert_powerline": true,
"properties": {
"time_format": "15:04:05"
},
"style": "plain",
"template": " \uf017 {{ .CurrentDate | date .Format }} ",
"type": "time"
},
{
"background": "#ffeb3b",
"background_templates": [
"{{if eq \"Charging\" .State.String}}#40c4ff{{end}}",
"{{if eq \"Discharging\" .State.String}}#ff5722{{end}}",
"{{if eq \"Full\" .State.String}}#4caf50{{end}}"
],
"foreground": "#193549",
"properties": {
"charged_icon": "\uf740 ",
"charging_icon": "\uf1e6 ",
"discharging_icon": "\uF742 "
},
"style": "diamond",
"template": " \uf583 {{ if not .Error }}{{.Icon}}{{.Percentage}}%{{ end }} ",
"trailing_diamond": "\ue0b4",
"type": "battery"
}
],
"type": "rprompt"
}
],
"version": 2
}