From 7ee20200b7797627a4e905f50dce02d899f50e21 Mon Sep 17 00:00:00 2001 From: Cal Wing Date: Wed, 29 Apr 2026 09:53:41 +1000 Subject: [PATCH] Add SSH Identifyer --- cal.gruvbox.omp.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/cal.gruvbox.omp.json b/cal.gruvbox.omp.json index 46aff04..8b8f4be 100644 --- a/cal.gruvbox.omp.json +++ b/cal.gruvbox.omp.json @@ -12,6 +12,14 @@ "type": "prompt", "alignment": "left", "segments": [ + { + "type": "session", + "style": "diamond", + "foreground": "#ffffff", + "background": "#c386f1", + "leading_diamond": "\uE0B6", + "template": "{{ if .SSHSession }}\uEBA9 {{ .UserName }}@{{ .HostName }}{{ end }} " + }, { "template": "{{ if .WSL }}WSL at{{ end }} {{.Icon}} ", "foreground": "#ffffff", @@ -77,15 +85,15 @@ { "properties": { "display_mode": "files", - "fetch_virtual_env": false + "fetch_virtual_env": false, + "tooling": ["uv", "pyenv", "python", "python3", "py"] }, "template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ", "foreground": "#111111", "powerline_symbol": "\ue0b0", "background": "#FFDE57", "type": "python", - "style": "powerline", - "tooling": ["uv", "pyenv", "python", "python3", "py"] + "style": "powerline" }, { "properties": {