-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault_multiline.json
74 lines (72 loc) · 2.66 KB
/
default_multiline.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
{
"segments": {
"above": [
{
"left": [
{
"function": "powerline.segments.shell.mode"
},
{
"function": "powerline.segments.common.net.hostname",
"priority": 10
},
{
"function": "powerline.segments.common.env.user",
"priority": 30
},
{
"function": "powerline.segments.common.env.virtualenv",
"priority": 50
},
{
"function": "powerline.segments.shell.cwd",
"priority": 10
},
{
"function": "powerkube.context",
"priority": 30,
"args": {"show_cluster": true,
"show_namespace": true,
"show_user": false,
"warn_clusters": ["czdcs-os1-master-lx-ifortuna-cz:8443"],
"alert_clusters": ["czdcp-os1-master-lx-ifortuna-cz:8443"],
"alert_namespaces": ["default", "feedtools"]}
},
{
"function": "powerline.segments.common.vcs.branch",
"priority": 10
},
{
"function": "powerline.segments.shell.jobnum",
"priority": 20
}
],
"right": [
{
"function": "powerline.segments.common.time.date",
"priority": 10
}
]
},
{
}
],
"left": [
{
"function": "powerline.segments.shell.mode"
},
{
"function": "powerline.segments.shell.last_pipe_status",
"priority": 10
},
{
"function": "powerline.segments.common.time.date",
"args": {
"format": "$"
}
}
],
"right": [
]
}
}