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] \