realised i needed the venv thing

This commit is contained in:
2026-04-01 20:23:41 +01:00
parent 82b4a638e8
commit 2ff01208fb

View File

@@ -34,6 +34,12 @@ template = '''
{{- end -}}
'''
[[blocks.segments]] # Python venv
type = 'text'
style = 'plain'
foreground = 'yellow'
template = '{{ if .Env.VIRTUAL_ENV }}🐍 venv <grey>|</> {{ end }}'
[[blocks.segments]]
template = '{{ .Path }}'
foreground = 'blue'