From e6b8b571ca330d4a2a3192d8cc697f9b8dd1a824 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 Aug 2024 00:45:39 +0200 Subject: [PATCH] fixed it now --- amro.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amro.toml b/amro.toml index bdbfecf..c87a23f 100644 --- a/amro.toml +++ b/amro.toml @@ -29,7 +29,7 @@ type = "prompt" [[blocks.segments]] foreground = "p:terminal-magenta" foreground_templates = [ - "{{if .SSHSession }}{{end}}", + "{{if .SSHSession }}p:terminal-red{{end}}", ] style = "plain" template = " {{ .UserName }}"