Update python prompt module to only show when venv is active

Add leading space to RO path icon
This commit is contained in:
2025-11-07 13:34:45 -05:00
parent 28f98a23d6
commit 844c10948b

View File

@@ -6,7 +6,7 @@ format = '${custom.toolbox}${custom.localhost}[](bold fg:#XXXXXX bg:#444444)$
format = "[$read_only]($read_only_style)[$path ]($style)[](fg:#444444 bg:#XXXXXX)"
style = "fg:bright-white bg:#444444"
read_only = ' '
read_only_style = "bold fg:bright-red bg:#444444"
read_only_style = "bold fg:red bg:#444444"
truncation_symbol = ' '
home_symbol = ''
[directory.substitutions]
@@ -34,8 +34,8 @@ format = '([](bold fg:#XXXXXX bg:#f4862c)[$all_status$ahead_behind]($style)[
[python]
style = 'bold bg:#fcf52a fg:black'
symbol = ''
format = '[](bold fg:#XXXXXX bg:#fcf52a)[$symbol( $virtualenv)]($style)[](bold bg:#XXXXXX fg:#fcf52a)'
symbol = ''
format = '([](bold fg:#XXXXXX bg:#fcf52a)[$virtualenv]($style)[](bold bg:#XXXXXX fg:#fcf52a))'
[custom.toolbox]
style = "bold bg:#XXXXXX fg:bright-white"