-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshare121.json
More file actions
117 lines (117 loc) · 3.28 KB
/
share121.json
File metadata and controls
117 lines (117 loc) · 3.28 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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"version": 3,
"final_space": true,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "diamond",
"leading_diamond": "\ue0b6",
"template": "{{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }} ",
"properties": {
"cache_duration": "none",
"display_host": false
},
"background": "#EB9654",
"foreground": "#ffffff"
},
{
"type": "path",
"style": "powerline",
"template": " {{ path .Path .Location }} ",
"properties": {
"cache_duration": "none",
"style": "folder"
},
"background": "lightYellow",
"foreground": "#3f3f3f"
},
{
"type": "git",
"style": "plain",
"template": " {{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }} ",
"properties": {
"cache_duration": "none",
"fetch_status": true
},
"background": "#25AFF3",
"foreground": "#ffffff"
},
{
"type": "node",
"style": "powerline",
"template": " {{ .PackageManagerName }} ",
"properties": {
"fetch_package_manager": true
},
"background": "#6CA35E",
"foreground": "#ffffff"
},
{
"type": "python",
"style": "powerline",
"template": " {{ .Venv }} ",
"background": "#254E71",
"foreground": "#E2E2E2"
},
{
"type": "time",
"style": "plain",
"template": " {{ .CurrentDate | date .Format }} ",
"properties": {
"cache_duration": "none",
"time_format": "15:04:05"
},
"background": "#cc00ff",
"foreground": "#ffffff"
},
{
"type": "executiontime",
"style": "plain",
"template": " {{ .FormattedMs }}s ",
"properties": {
"cache_duration": "none",
"style": "dallas",
"threshold": 0
},
"background": "#49404f",
"foreground": "#ffffff"
},
{
"type": "status",
"style": "diamond",
"background_templates": ["{{ if .Error }}#e91e63{{ end }}"],
"trailing_diamond": "\ue0b0",
"properties": {
"cache_duration": "none",
"always_enabled": true
},
"background": "#00897b",
"foreground": "#ffffff"
}
]
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "status",
"style": "plain",
"foreground_templates": ["{{ if gt .Code 0 }}#ff0000{{ end }}"],
"template": "❯ ",
"properties": {
"cache_duration": "none",
"always_enabled": true
},
"foreground": "#ffffff"
}
],
"newline": true
}
]
}