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

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