change starship config

This commit is contained in:
2025-04-29 23:52:27 +08:00
parent f336102714
commit 0f170ac4df

View File

@@ -1,7 +1,9 @@
"$schema" = 'https://starship.rs/config-schema.json'
# [](color_orange)\
format = """
[](color_orange)\
[](color_orange)\
[ ](bg:color_orange)\
$os\
$username\
$hostname\
@@ -26,11 +28,13 @@ $conda\
[](fg:color_bg3 bg:color_bg1)\
$time\
$cmd_duration\
[ ](fg:color_bg1)\
[ ](fg:color_bg1)\
$fill\
$line_break$\
character"""
# []
palette = 'gruvbox_dark'
[palettes.gruvbox_dark]
@@ -45,11 +49,13 @@ color_purple = '#b16286'
color_red = '#cc241d'
color_yellow = '#d79921'
color_ssh = '#292929'
color_wine_red = '#c2295b'
[os]
disabled = false
style = "bg:color_orange fg:color_fg0"
format = '[$symbol ]($style)'
[os.symbols]
Windows = "󰍲"
@@ -77,7 +83,7 @@ Pop = ""
[username]
show_always = true
style_user = "bg:color_orange fg:color_fg0"
style_root = "bg:color_orange fg:color_fg0"
style_root = "bg:color_wine_red fg:color_fg0"
format = '[$user ]($style)'
[hostname]