-
Notifications
You must be signed in to change notification settings - Fork 0
/
party.omp.json
112 lines (112 loc) · 2.91 KB
/
party.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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "right",
"segments": [
{
"background": "#29315A",
"foreground": "#7C62DE",
"style": "diamond",
"template": "\u2800\ue5ff ",
"leading_diamond": "\ue0b6",
"type": "text"
},
{
"background": "#29315A",
"foreground": "#FFFFFF",
"trailing_diamond": "\ue0b4",
"properties": {
"style": "folder"
},
"style": "diamond",
"template": "{{ .Path }} ",
"type": "path"
},
{
"background": "#29315A",
"foreground": "#ee79d1",
"leading_diamond": "\u2800\ue0b6",
"properties": {
"fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true,
"fetch_worktree_count": true
},
"style": "diamond",
"template": " {{ .UpstreamIcon }}\ue725",
"type": "git"
},
{
"background": "#29315A",
"foreground": "#FFFFFF",
"properties": {
"branch_icon": ""
},
"style": "diamond",
"template": " {{ .HEAD }} ",
"trailing_diamond": "\ue0b4",
"type": "git"
},
{
"background": "#29315A",
"foreground": "#FFFFFF",
"leading_diamond": "\u2800\ue0b6",
"properties": {
"time_format": "15:04"
},
"style": "diamond",
"template": " {{ .CurrentDate | date .Format }} ",
"type": "time"
},
{
"background": "#29315A",
"foreground": "#15C2CB",
"style": "diamond",
"template": "\uf7d4 ",
"trailing_diamond": "\ue0b4",
"type": "text"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"background": "#29315A",
"foreground": "#AEA4BF",
"leading_diamond": "\ue0b6",
"properties": {
"style": "austin",
"threshold": 150
},
"style": "diamond",
"template": "{{ .FormattedMs }}",
"trailing_diamond": "\ue0b4 ",
"type": "executiontime"
},
{
"background": "#29315A",
"foreground": "#FFFFFF",
"leading_diamond": "\ue0b6",
"style": "diamond",
"template": " {{ .UserName }} ",
"type": "session"
},
{
"background": "#29315A",
"foreground": "#15C2CB",
"style": "diamond",
"template": "\u276f",
"trailing_diamond": "\ue0b4",
"type": "text"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 2
}