-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lively.omp.json
115 lines (115 loc) · 3.19 KB
/
.lively.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
{
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#c386f1",
"foreground": "#000000",
"leading_diamond": "",
"style": "diamond",
"template": " {{ .UserName }} ",
"trailing_diamond": "",
"type": "session"
},
{
"background": "#3B7390",
"foreground": "#000000",
"powerline_symbol": "",
"properties": {
"style": "folder"
},
"style": "powerline",
"template": " \ue0b1 {{ .Path }} ",
"trailing_diamond": "\ue0b4",
"type": "path"
},
{
"background": "#82D4BB",
"foreground": "#000000",
"leading_diamond": "",
"powerline_symbol": "",
"properties": {
"branch_max_length": 25,
"fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true
},
"style": "powerline",
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uf692 {{ .StashCount }}{{ end }} ",
"trailing_diamond": "",
"type": "git"
},
{
"background": "#D8C878",
"foreground": "#111111",
"powerline_symbol": "",
"properties": {
"display_mode": "files",
"fetch_virtual_env": false
},
"style": "powerline",
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "",
"type": "python"
},
{
"foreground": "#eeeeee",
"properties": {
"always_enabled": true
},
"style": "plain",
"template": " {{ if gt .Code 0 }}\uf00d{{ else }}\uf00c{{ end }} ",
"type": "exit"
}
],
"type": "prompt"
},
{
"alignment":"right",
"segments": [
{
"type": "npm",
"style": "diamond",
"leading_diamond": "",
"trailing_diamond": "",
"foreground": "#ffffff",
"background": "#917295",
"template": " {{ .Full }} "
},
{
"type": "node",
"style": "diamond",
"trailing_diamond": "\ue0b4",
"foreground": "#ffffff",
"background": "#5f4a62",
"template": " {{ .Full }} "
}
],
"type":"prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#c386f1",
"style": "plain",
"template": "\u2570\u2500",
"type": "text"
},
{
"foreground": "#e0f8ff",
"properties": {
"always_enabled": true
},
"style": "plain",
"template": "\u276f\u276f\u276f ",
"type": "exit"
}
],
"type": "prompt"
}
],
"version": 2
}