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" }, {