This commit is contained in:
scbj
2024-10-14 14:06:10 +02:00
parent 5e11ac1bcd
commit 6f3cd6fbf6

View File

@@ -1,16 +1,14 @@
format = """ format = """
\n\ \n\
[╭─ ](bold)[⟨](bold zx_light_magenta) \ [╭─ ](bold)[⟨](bold zx_light_magenta)\
$shell \
[//](bold zx_magenta)\
$username\ $username\
[//](bold zx_cyan)\ [//](bold zx_magenta)\
$directory\ $directory\
[//](bold zx_yellow)\ [//](bold zx_cyan)\
$git_branch[-](zx_light_magenta)$git_status\ $git_branch[-](zx_light_magenta)$git_status\
[//](bold zx_light_yellow)\ [//](bold zx_yellow)\
$jobs\ $jobs\
[⟩ ](bold zx_dark_cyan)\ [⟩ ](bold zx_light_yellow)\
$fill$status\ $fill$status\
\n[╰─](bold) $python\ \n[╰─](bold) $python\
""" """
@@ -24,7 +22,7 @@ palette = 'zegonix'
[palettes.zegonix] [palettes.zegonix]
zx_green = "#0CB653" zx_green = "#0CB653"
zx_light_green = "#4BDD94" zx_light_green = "#4BDD94"
zx_yellow = "#5EB34D" zx_yellow = "#4EA33D"
zx_light_yellow = "#8CDF5A" zx_light_yellow = "#8CDF5A"
zx_blue = "#2050A0" zx_blue = "#2050A0"
zx_light_blue = "#72AFE3" zx_light_blue = "#72AFE3"
@@ -43,7 +41,7 @@ zx_pastel_yellow = "#F1EAA2"
disabled = false disabled = false
show_always = true show_always = true
style_user = "fg:zx_white" style_user = "fg:zx_white"
style_root = "fg:zx_white" style_root = "bold fg:zx_white"
format = '[ $user ]($style)' format = '[ $user ]($style)'
[directory] [directory]
@@ -84,7 +82,7 @@ disabled = false
symbol_threshold = 0 symbol_threshold = 0
number_threshold = 1 number_threshold = 1
symbol = '#' symbol = '#'
style = 'bold fg:zx_white' style = 'fg:zx_white'
format ="[ $symbol$number ]($style)" format ="[ $symbol$number ]($style)"
@@ -97,7 +95,7 @@ use_12hr = false
[status] [status]
disabled = false disabled = false
style = "fg:zx_white" style = "fg:zx_white"
format = ' [\[](bold fg:zx_green)[$symbol]($style)[\]](bold zx_green)' format = ' [\[](bold fg:zx_dark_cyan)[$symbol]($style)[\]](bold zx_dark_cyan)'
symbol = '[err](bold)' symbol = '[err](bold)'
success_symbol = '[ok](bold)' success_symbol = '[ok](bold)'