This commit is contained in:
scbj
2024-09-28 09:23:04 +02:00
parent 154c1c3c9d
commit c0191441a2

View File

@@ -2,9 +2,9 @@ format = """
\n\ \n\
[╭─ ](bold)[⟨](bold zx_light_magenta) \ [╭─ ](bold)[⟨](bold zx_light_magenta) \
$shell \ $shell \
[//](bold zx_cyan)\ [//](bold zx_magenta)\
$username\ $username\
[//](bold zx_blue)\ [//](bold zx_cyan)\
$directory\ $directory\
[//](bold zx_yellow)\ [//](bold zx_yellow)\
$git_branch[-](zx_light_magenta)$git_status\ $git_branch[-](zx_light_magenta)$git_status\
@@ -36,6 +36,7 @@ zx_light_cyan = "#65E7F1"
zx_dark_cyan = "#109EA8" zx_dark_cyan = "#109EA8"
zx_white = "#DFDFD0" zx_white = "#DFDFD0"
zx_gray = "#808078" zx_gray = "#808078"
zx_pastel_yellow = "#F1EAA2"
# You can also replace your username with a neat symbol like  or disable this # You can also replace your username with a neat symbol like  or disable this
# and use the os module below # and use the os module below
@@ -107,11 +108,14 @@ style = 'bold zx_white'
[shell] [shell]
disabled = false disabled = false
style = "bold fg:zx_white" style = "bold fg:zx_white"
format = '[\[](bold zx_magenta)[$indicator]($style)[\]](bold zx_magenta)' format = '[\[](bold zx_gray)[$indicator]($style)[\]](bold zx_gray)'
bash_indicator = "bash" bash_indicator = "bash"
[python] [python]
disabled = false disabled = false
style = "bold fg:zx_gray" symbol = ' '
format = '[\(]($style) [$virtualenv](fg:zx_white) [\)]($style) ' style = "bold fg:zx_pastel_yellow"
format = '[$symbol$virtualenv ]($style)'
detect_extensions = [] detect_extensions = []
detect_files = []
detect_folders = []