-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathcship.toml
More file actions
51 lines (45 loc) · 1.28 KB
/
Copy pathcship.toml
File metadata and controls
51 lines (45 loc) · 1.28 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
[cship]
lines = [
"$starship_prompt",
"$cship.model $cship.effort $cship.cost $cship.context_bar $cship.usage_limits $cship.peak_usage"
]
[cship.model]
symbol = " "
style = "bold cyan"
[cship.effort]
symbol = "⚡ "
style = "fg:#7dcfff"
high_style = "fg:#e0af68"
xhigh_style = "bold fg:#e0af68"
max_style = "bold fg:#f7768e"
[cship.context_bar]
symbol = " "
filled_char = "●"
empty_char = "○"
format = "[$symbol$value]($style)"
width = 10
style = "fg:#7dcfff"
warn_threshold = 40.0
warn_style = "fg:#e0af68"
critical_threshold = 70.0
critical_style = "bold fg:#f7768e"
[cship.cost]
symbol = "💰 "
style = "fg:#a9b1d6"
warn_threshold = 10
warn_style = "fg:#e0af68"
critical_threshold = 50
critical_style = "bold fg:#f7768e"
[cship.usage_limits]
five_hour_format = " 5h {pct}% ({reset})"
seven_day_format = " 7d {pct}% ({reset})"
sonnet_format = "🎼 {pct}% ({reset})"
extra_usage_format = "{active} {pct}% (${used}/${limit})"
separator = " "
warn_threshold = 60.0
warn_style = "fg:#e0af68"
critical_threshold = 80.0
critical_style = "bold fg:#f7768e"
[cship.peak_usage]
symbol = "⏰ "
style = "fg:#e0af68"