-
Notifications
You must be signed in to change notification settings - Fork 11
/
rgl.omp.json
77 lines (77 loc) · 2.72 KB
/
rgl.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
{
"final_space": true,
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{.Path}} ::{{if .Root}} Administrator{{end}} PowerShell",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": [
{
"type": "root",
"style": "plain",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#FFEE58",
"background": "",
"leading_diamond": "",
"trailing_diamond": "",
"properties": null
},
{
"type": "session",
"style": "plain",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#ffffff",
"background": "",
"leading_diamond": "",
"trailing_diamond": "",
"properties": null
},
{
"type": "executiontime",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#8800dd",
"properties": {
"threshold": 0,
"style": "austin",
"prefix": " <#fefefe>\ufbab</> "
}
},
{
"type": "exit",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#ffffff",
"background": "#ff8080",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"prefix": "\uE23A ",
"always_numeric": true
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#100e23",
"background": "#91ddff",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"style": "full"
}
}
]
}
]
}