-
Notifications
You must be signed in to change notification settings - Fork 0
/
aggy.omp.json
76 lines (76 loc) · 2.51 KB
/
aggy.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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "path",
"style": "diamond",
"trailing_diamond": "\uE0B0",
"foreground": "#d0d0d0",
"background": "#292d3e",
"properties": {
"style": "full"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffcb6b",
"background": "#292d3e",
"properties": {
"fetch_status": true,
"fetch_upstream_icon": true,
"template": "{{ .HEAD }}{{ if .Staging.Changed }}<#c3e88d> ● {{ .Staging.String }}</>{{ end }}{{ if .Working.Changed }}<#f07178> ● {{ .Working.String }}</>{{ end }}"
}
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "time",
"style": "diamond",
"foreground": "#d0d0d0",
"background": "#292d3e",
"leading_diamond": "\ue0b2",
"properties": {
"time_format": "2006-01-02 15:04:05"
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "shell",
"style": "diamond",
"foreground": "#d0d0d0",
"background": "#292d3e",
"trailing_diamond": "\ue0b0",
"properties": {
"mapped_shell_names": {
"powershell": "pwsh"
}
}
},
{
"type": "root",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#292d3e",
"background": "#ffcb6b"
}
]
}
],
"final_space": true
}