-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
75 lines (65 loc) · 1.14 KB
/
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
67
68
69
70
71
72
73
74
75
"$schema" = 'https://starship.rs/config-schema.json'
add_newline = false
format = """($container$fill$git_metrics\n)$cmd_duration\
$hostname\
$localip\
$username\
$directory"""
right_format = """
$kubernetes
$git_branch\
$git_commit\
$git_state\
$git_status\
$docker_context\
$package\
$c\
$deno\
$dotnet\
$golang\
$helm\
$haskell\
$java\
$python\
$rust\
$lua\
$memory_usage\
$aws\
$status\
$os\
$battery\
$time
"""
[battery]
format = "[ $percentage $symbol]($style)"
full_symbol = "█"
charging_symbol = "[↑](italic bold green)"
discharging_symbol = "↓"
unknown_symbol = "░"
empty_symbol = "▃"
[[battery.display]]
threshold = 20
style = "italic #FF0000"
[[battery.display]]
threshold = 60
style = "italic #5E00FF"
[[battery.display]]
threshold = 100
style = "italic #00FF00"
[directory]
home_symbol = "/home"
style = "#FFBC00"
[username]
format = '[\[$user\]]($style) on '
style_root = 'bold red'
style_user = 'bold #7B6CFF'
show_always = true
aliases = { "root" = "ROOT-ADMIN", "tufan" = '2fan' }
[package]
disabled = true
[time]
disabled = false
format = "[ $time]($style)"
time_format = "%R"
utc_time_offset = "local"
style = "italic dimmed white"