From 425522ab7246bd3df5f02862bd3669e4a7f48052 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 Aug 2024 00:46:45 +0200 Subject: [PATCH] addet more red --- amro.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/amro.toml b/amro.toml index c87a23f..a305066 100644 --- a/amro.toml +++ b/amro.toml @@ -36,11 +36,17 @@ template = " {{ .UserName }}" type = "session" [[blocks.segments]] foreground = "p:terminal-black" +foreground_templates = [ + "{{if .SSHSession }}p:terminal-red{{end}}", +] style = "plain" template = "󰁥 " type = "text" [[blocks.segments]] foreground = "p:terminal-magenta" +foreground_templates = [ + "{{if .SSHSession }}p:terminal-red{{end}}", +] style = "plain" template = " {{ .HostName }} " type = "session"