Skip to content

Commit c6f4076

Browse files
committed
chore: toml format
1 parent 6eede76 commit c6f4076

File tree

2 files changed

+161
-161
lines changed

2 files changed

+161
-161
lines changed

Configs/.config/starship/powerline.toml

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -33,112 +33,112 @@ $time\
3333
# You can also replace your username with a neat symbol like  or disable this
3434
# and use the os module below
3535
[username]
36-
show_always = true
37-
style_user = "bg:#9A348E"
38-
style_root = "bg:#9A348E"
39-
format = '[$user ]($style)'
40-
disabled = false
36+
disabled = false
37+
format = '[$user ]($style)'
38+
show_always = true
39+
style_root = "bg:#9A348E"
40+
style_user = "bg:#9A348E"
4141

4242
# An alternative to the username module which displays a symbol that
4343
# represents the current operating system
4444
[os]
45-
style = "bg:#9A348E"
46-
disabled = true # Disabled by default
45+
disabled = true # Disabled by default
46+
style = "bg:#9A348E"
4747

4848
[directory]
49-
style = "bg:#DA627D"
50-
format = "[ $path ]($style)"
51-
# truncation_length = 3
52-
# truncation_symbol = "…/"
49+
format = "[ $path ]($style)"
50+
style = "bg:#DA627D"
51+
# truncation_length = 3
52+
# truncation_symbol = "…/"
5353

5454
# Here is how you can shorten some long paths by text replacement
5555
# similar to mapped_locations in Oh My Posh:
5656
[directory.substitutions]
57-
"Documents" = "󰈙 "
58-
"Downloads" = ""
59-
"Music" = ""
60-
"Pictures" = ""
61-
# Keep in mind that the order matters. For example:
62-
# "Important Documents" = " 󰈙 "
63-
# will not be replaced, because "Documents" was already substituted before.
64-
# So either put "Important Documents" before "Documents" or use the substituted version:
65-
# "Important 󰈙 " = " 󰈙 "
57+
"Documents" = "󰈙 "
58+
"Downloads" = ""
59+
"Music" = ""
60+
"Pictures" = ""
61+
# Keep in mind that the order matters. For example:
62+
# "Important Documents" = " 󰈙 "
63+
# will not be replaced, because "Documents" was already substituted before.
64+
# So either put "Important Documents" before "Documents" or use the substituted version:
65+
# "Important 󰈙 " = " 󰈙 "
6666

6767
[c]
68-
symbol = ""
69-
style = "bg:#86BBD8"
70-
format = '[ $symbol ($version) ]($style)'
68+
format = '[ $symbol ($version) ]($style)'
69+
style = "bg:#86BBD8"
70+
symbol = ""
7171

7272
[docker_context]
73-
symbol = ""
74-
style = "bg:#06969A"
75-
format = '[ $symbol $context ]($style)'
73+
format = '[ $symbol $context ]($style)'
74+
style = "bg:#06969A"
75+
symbol = ""
7676

7777
[elixir]
78-
symbol = ""
79-
style = "bg:#86BBD8"
80-
format = '[ $symbol ($version) ]($style)'
78+
format = '[ $symbol ($version) ]($style)'
79+
style = "bg:#86BBD8"
80+
symbol = ""
8181

8282
[elm]
83-
symbol = ""
84-
style = "bg:#86BBD8"
85-
format = '[ $symbol ($version) ]($style)'
83+
format = '[ $symbol ($version) ]($style)'
84+
style = "bg:#86BBD8"
85+
symbol = ""
8686

8787
[git_branch]
88-
symbol = ""
89-
style = "bg:#FCA17D"
90-
format = '[ $symbol $branch ]($style)'
88+
format = '[ $symbol $branch ]($style)'
89+
style = "bg:#FCA17D"
90+
symbol = ""
9191

9292
[git_status]
93-
style = "bg:#FCA17D"
94-
format = '[$all_status$ahead_behind ]($style)'
93+
format = '[$all_status$ahead_behind ]($style)'
94+
style = "bg:#FCA17D"
9595

9696
[golang]
97-
symbol = ""
98-
style = "bg:#86BBD8"
99-
format = '[ $symbol ($version) ]($style)'
97+
format = '[ $symbol ($version) ]($style)'
98+
style = "bg:#86BBD8"
99+
symbol = ""
100100

101101
[gradle]
102-
style = "bg:#86BBD8"
103-
format = '[ $symbol ($version) ]($style)'
102+
format = '[ $symbol ($version) ]($style)'
103+
style = "bg:#86BBD8"
104104

105105
[haskell]
106-
symbol = ""
107-
style = "bg:#86BBD8"
108-
format = '[ $symbol ($version) ]($style)'
106+
format = '[ $symbol ($version) ]($style)'
107+
style = "bg:#86BBD8"
108+
symbol = ""
109109

110110
[java]
111-
symbol = ""
112-
style = "bg:#86BBD8"
113-
format = '[ $symbol ($version) ]($style)'
111+
format = '[ $symbol ($version) ]($style)'
112+
style = "bg:#86BBD8"
113+
symbol = ""
114114

115115
[julia]
116-
symbol = ""
117-
style = "bg:#86BBD8"
118-
format = '[ $symbol ($version) ]($style)'
116+
format = '[ $symbol ($version) ]($style)'
117+
style = "bg:#86BBD8"
118+
symbol = ""
119119

120120
[nodejs]
121-
symbol = ""
122-
style = "bg:#86BBD8"
123-
format = '[ $symbol ($version) ]($style)'
121+
format = '[ $symbol ($version) ]($style)'
122+
style = "bg:#86BBD8"
123+
symbol = ""
124124

125125
[nim]
126-
symbol = "󰆥 "
127-
style = "bg:#86BBD8"
128-
format = '[ $symbol ($version) ]($style)'
126+
format = '[ $symbol ($version) ]($style)'
127+
style = "bg:#86BBD8"
128+
symbol = "󰆥 "
129129

130130
[rust]
131-
symbol = ""
132-
style = "bg:#86BBD8"
133-
format = '[ $symbol ($version) ]($style)'
131+
format = '[ $symbol ($version) ]($style)'
132+
style = "bg:#86BBD8"
133+
symbol = ""
134134

135135
[scala]
136-
symbol = ""
137-
style = "bg:#86BBD8"
138-
format = '[ $symbol ($version) ]($style)'
136+
format = '[ $symbol ($version) ]($style)'
137+
style = "bg:#86BBD8"
138+
symbol = ""
139139

140140
[time]
141-
disabled = false
142-
time_format = "%R" # Hour:Minute Format
143-
style = "bg:#33658A"
144-
format = '[  $time ]($style)'
141+
disabled = false
142+
format = '[  $time ]($style)'
143+
style = "bg:#33658A"
144+
time_format = "%R" # Hour:Minute Format

0 commit comments

Comments
 (0)