-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdot_claude.omp.json
More file actions
67 lines (67 loc) · 2.05 KB
/
Copy pathdot_claude.omp.json
File metadata and controls
67 lines (67 loc) · 2.05 KB
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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "diamond",
"leading_diamond": "░▒▓",
"trailing_diamond": "",
"background": "#575653",
"foreground": "#D97757",
"template": " "
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "",
"background": "#100f0f",
"foreground": "#3aa99f",
"properties": {
"style": "agnoster_short",
"max_depth": 2
},
"template": " {{ .Path }} "
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "",
"background": "#575653",
"foreground": "#8b7ec8",
"properties": {
"fetch_status": true
},
"template": " {{ .HEAD }}{{ if or .Working.Changed .Staging.Changed }}<#cecdc3> {{ .Working.String }}{{ .Staging.String }}</>{{ end }}"
},
{
"type": "claude",
"style": "powerline",
"powerline_symbol": "",
"background": "#100f0f",
"foreground": "#4385be",
"template": " {{ if contains \"haiku\" .Model.ID }}{{ else if contains \"opus\" .Model.ID }}{{ else }}{{ end }} {{ lower .Model.DisplayName }} "
},
{
"type": "claude",
"style": "powerline",
"powerline_symbol": "",
"background": "#575653",
"foreground": "#d0a215",
"template": " {{ if .ContextWindow.UsedPercentage }}{{ .ContextWindow.UsedPercentage }}%{{ else }}~~%{{ end }} "
},
{
"type": "claude",
"style": "diamond",
"trailing_diamond": "",
"background": "#343331",
"foreground": "#879a39",
"template": "{{ .FormattedCost }} "
}
]
}
]
}