-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarship.toml
More file actions
77 lines (68 loc) · 1.5 KB
/
Copy pathstarship.toml
File metadata and controls
77 lines (68 loc) · 1.5 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
68
69
70
71
72
73
74
75
76
77
format = """
# 🌎 \
$directory\
$git_branch\
$git_status\
$kubernetes \
$time \
\n$character"""
# format = """
# [╭](bold overlay1)🌎 \
# $directory\
# $git_branch\
# $git_status\
# $kubernetes \
# $time \
# \n$character"""
palette = 'gruvbox'
[palettes.gruvbox]
color_fg0 = '#ebdbb2' # text foreground
color_bg0 = '#3C4841'
color_bg1 = '#3c3836'
color_bg3 = '#665c54'
color_blue = '#458588'
color_aqua = '#689d6a'
color_green = '#98971a'
color_orange = '#d65d0e'
color_red = '#cc241d'
color_yellow = '#d79921'
[character]
format = """
[╰─$symbol](fg:overlay1) """
success_symbol = '[](fg:bold text)'
error_symbol = '[](fg:bold red)'
[directory]
# style = "fg:color_fg0 bg:color_bg0"
format = '$path'
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = " "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
[git_branch]
style = "fg:color_yellow"
disabled = false
symbol = ""
format = '( | [$symbol]($style) $branch)'
[git_status]
disabled = false
style = "fg:color_orange"
format = '( [$all_status]($style))'
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
format = '| $time'
# Your original [kubernetes] header, wherever it is (e.g., line 40)
[kubernetes]
disabled = false
format = ' | [$symbol$context( \($namespace\))]($style) '
symbol = "⎈ "
style = "bold blue" # Default style
[[kubernetes.contexts]]
context_pattern = ".*-se-.*"
style = "bold green"
[[kubernetes.contexts]]
context_pattern = ".*-pe-.*"
style = "bold bright-red"