From 9d5dbbb8bc55948f8442f238f1df9e2a17f5bd18 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 20 Jan 2025 11:57:54 +0100 Subject: [PATCH] tmux/uid --- sh/tmux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index eeec743..0fb83fb 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -133,9 +133,9 @@ set-option -g status-format[3] '\ \ }\ #[align=right]\ -#[fg=green]#{user}\ -#[fg=default] @ \ -#[fg=yellow]#{host}\ +#{?uid,#[fg=green],#[fg=red]}\ +#{user} \ +#[fg=yellow] #{host}\ ' # line 5