This commit is contained in:
quak
2024-09-26 23:22:13 +02:00
parent ccd0ebd475
commit cd89df7c8b
3 changed files with 14 additions and 74 deletions

View File

@@ -2,13 +2,13 @@ format = """
\n\
[╭─ ](bold)[⟨](bold zx_light_magenta) \
$shell \
[//](bold zx_magenta)\
$username\
[//](bold zx_cyan)\
$username\
[//](bold zx_blue)\
$directory\
[//](bold zx_light_yellow)\
$git_branch[-](zx_light_magenta)$git_status\
[//](bold zx_yellow)\
$git_branch[-](zx_light_magenta)$git_status\
[//](bold zx_light_yellow)\
$jobs\
[⟩ ](bold zx_dark_cyan)\
$fill$status\
@@ -26,7 +26,7 @@ palette = 'zegonix'
zx_green = "#0CB653"
zx_light_green = "#4BDD94"
zx_yellow = "#5EB34D"
zx_light_yellow = "#9EDF6D"
zx_light_yellow = "#8CDF5A"
zx_blue = "#2050A0"
zx_light_blue = "#72AFE3"
zx_magenta = "#E02482"
@@ -50,7 +50,7 @@ format = '[ $user ]($style)'
disabled = false
style = "fg:zx_white"
format = "[ $path ]($style)"
truncation_length = 4
truncation_length = 6
truncation_symbol = "…/"
truncate_to_repo = false
@@ -107,11 +107,11 @@ style = 'bold zx_white'
[shell]
disabled = false
style = "bold fg:zx_white"
format = '[\[](bold zx_gray)[$indicator]($style)[\]](bold zx_gray)'
format = '[\[](bold zx_magenta)[$indicator]($style)[\]](bold zx_magenta)'
bash_indicator = "bash"
[python]
disabled = false
style = "bold fg:zx_blue"
style = "bold fg:zx_gray"
format = '[\(]($style) [$virtualenv](fg:zx_white) [\)]($style) '
detect_extensions = []