-
Notifications
You must be signed in to change notification settings - Fork 0
/
powerlevel10k.omp.json
81 lines (81 loc) · 2.07 KB
/
powerlevel10k.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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "os",
"style": "plain",
"foreground": "#fff",
"background": "#303030",
"properties": {
"postfix": "<#585858> \uE0B1</>"
}
},
{
"type": "root",
"style": "plain",
"foreground": "#4facf9",
"background": "#303030"
},
{
"type": "path",
"style": "plain",
"foreground": "#4facf9",
"background": "#303030",
"properties": {
"style": "full",
"postfix": " "
}
},
{
"type": "git",
"style": "plain",
"foreground": "#80d440",
"background": "#303030",
"properties": {
"prefix": "<#585858>\uE0B1 </>",
"display_status": true,
"display_upstream_icon": true,
"display_worktree_count": false,
"display_status_detail": false,
"display_branch_status": false,
"branch_icon": " ",
"local_staged_icon": "",
"status_separator_icon": "",
"local_working_icon": ""
}
},
{
"type": "text",
"style": "plain",
"foreground": "#303030",
"background": "transparent",
"properties": {
"text": "\uE0B0",
"prefix": "",
"postfix": " "
}
}
]
},
{
"type": "rprompt",
"alignment": "right",
"segments": [
{
"type": "executiontime",
"style": "diamond",
"foreground": "#888",
"background": "#303030",
"leading_diamond": "\uE0B2",
"properties": {
"always_enabled": true
}
}
]
}
]
}