-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathADJ.omp.json
More file actions
73 lines (73 loc) · 2.02 KB
/
ADJ.omp.json
File metadata and controls
73 lines (73 loc) · 2.02 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
{
"auto_upgrade": true,
"blocks": [
{
"alignment": "left",
"newline": true,
"segments": [
{
"type": "battery",
"style": "plain",
"foreground": "#00ff00",
"background_templates": [
"{{if and (lt .Percentage 50) (ge .Percentage 40)}}#fae501{{end}}",
"{{if and (lt .Percentage 40) (ge .Percentage 20)}}#fa9201{{end}}",
"{{if and (lt .Percentage 20)}}#f70000{{end}}"
],
"properties": {
"discharging_icon": " \udb84\udea3 ",
"charging_icon": " \udb80\udc84 ",
"charged_icon": " \udb81\udea5 "
},
"template": "{{if and (eq .State.String \"Discharging\") (lt .Percentage 50) (not .Error) }} {{ .Percentage }}{{ end }}{{ .Icon }}"
},
{
"type": "path",
"style": "plain",
"properties": {
"style": "folder",
"home_icon": "\ueb06 ",
"mapped_locations": {
"~/Git": "\ue709 ",
"~/Downloads": "\uf409 ",
"~/OneDrive - Eurelec Trading": "\udb80\udfca "
}
},
"template": "{{ .Path }}"
},
{
"type": "git",
"style": "plain",
"properties": {
"branch_icon": "\ue725 ",
"fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true,
"fetch_worktree_count": true
},
"template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }}"
},
{
"type": "status",
"style": "plain",
"foreground": "#ffffff",
"foreground_templates": [
"{{ if .Error }}#ff0000{{ end }}"
],
"template": ": ",
"properties": {
"always_enabled": true
}
}
],
"type": "prompt"
}
],
"console_title_template": "{{ .Folder }}",
"transient_prompt": {
"background": "transparent",
"foreground": "#FEF5ED",
"template": "|>"
},
"version": 4
}