From 28ee12a6a1fb3296ca5b09757b8afbc8de3338d1 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Thu, 31 Oct 2024 16:05:33 -0700 Subject: [PATCH] dont show name unless its not us --- oh-my-posh/catpuccin.omp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oh-my-posh/catpuccin.omp.json b/oh-my-posh/catpuccin.omp.json index 7c0e811..19a8ede 100644 --- a/oh-my-posh/catpuccin.omp.json +++ b/oh-my-posh/catpuccin.omp.json @@ -18,7 +18,7 @@ "powerline_symbol": "\ue0b4", "leading_diamond": "\ue0b6", "style": "diamond", - "template": "{{.Icon}} ", + "template": "{{.Icon}}", "type": "os" }, { @@ -26,7 +26,7 @@ "foreground": "p:text", "powerline_symbol": "\ue0b4", "style": "diamond", - "template": "{{ .UserName }}", + "template": "{{ if ne .UserName \"jonny\" }} {{ .UserName }}{{ end }}", "type": "session" }, {