From 4af22782dd0032ffda9db162dab375388a3bcad6 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 22:32:47 +0200 Subject: [PATCH] =?UTF-8?q?fix/=E2=86=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index b38a236..b512c93 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -165,7 +165,7 @@ set-option -g status-format[3] '\ #[bg=default] \ }\ #[align=right]\ -#{?uid,#[fg=green],#[fg=red]}\ +#[fg=yellow]\ #[bg=##181818] \ #[bg=##282828]#{host}\ #[bg=##181818] \ @@ -188,7 +188,7 @@ set-option -g status-format[4] '\ #[bg=##282828]#{window_width}×#{window_height}\ #[bg=##181818] \ #[align=right]\ -#[fg=yellow]\ +#{?uid,#[fg=green],#[fg=red]}\ #[bg=##181818] \ #[bg=##282828]#{user}\ #[bg=##181818] \