mirror of
https://github.com/KiTTYsh/dotfiles.git
synced 2025-12-09 20:59:16 -05:00
starship: update config
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
format = '${hostname}${os}${username}${directory}${git_branch}${git_status}${shell}${character}'
|
||||
right_format = '${python}${nodejs}${rust}${golang}${php}${docker_context}${memory_usage}${battery}${time}'
|
||||
right_format = '${sudo}${c}${python}${nodejs}${rust}${golang}${php}${docker_context}${memory_usage}${battery}${time}'
|
||||
add_newline = false
|
||||
|
||||
[hostname]
|
||||
@@ -87,9 +87,15 @@ style = 'bold bg:#244D70 fg:#FFDB67'
|
||||
[sudo]
|
||||
format = '[](fg:#F90F67)[$symbol]($style)[](fg:#F90F67)'
|
||||
symbol = ' '
|
||||
style = 'bold bg:#F90F67 fg:black'
|
||||
style = 'bold bg:#F90F67 fg:#000000'
|
||||
disabled = false
|
||||
|
||||
[c]
|
||||
format = '[](fg:#ffffff)[$symbol ($version(-$name))]($style)[](fg:#ffffff)'
|
||||
version_format = '${raw}'
|
||||
symbol = ' '
|
||||
style = 'bold bg:#ffffff fg:#004482'
|
||||
|
||||
[memory_usage]
|
||||
threshold = 0
|
||||
format = '[](fg:#500679)[$symbol ${ram_pct}]($style)[](fg:#500679)([](fg:#2B0962)[ ${swap_pct}](bold bg:#2B0962 fg:#D1C2EA)[](fg:#2B0962))'
|
||||
|
||||
Reference in New Issue
Block a user