-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
67 lines (43 loc) · 885 Bytes
/
starship.toml
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
# required starship 0.45.0 or newer
add_newline = true
command_timeout = 1500
[character]
success_symbol = "[❯](bold green)"
error_symbol = "[✗](bold red)"
vicmd_symbol = "[V](bold green)"
[cmd_duration]
min_time = 500
show_milliseconds = true
[directory]
truncation_length = 3
truncation_symbol = "…/"
[battery]
full_symbol = " "
charging_symbol = " "
discharging_symbol = " "
disabled = false
[[battery.display]]
threshold = 15
style = "bold red"
[[battery.display]]
threshold = 50
style = "bold yellow"
[[battery.display]]
threshold = 100
style = "bold green"
[memory_usage]
threshold = -1
format = "$symbol[${ram}( | ${swap})]($style) "
symbol = "🧠 "
style = "bold dimmed green"
disabled = false
[docker_context]
disabled = false
[time]
disabled = false
[username]
show_always = true
[package]
disabled = true
[status]
disabled = false