diff --git a/sh/tmux.sh b/sh/tmux.sh index f2b1037..0c5b36d 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -220,6 +220,8 @@ set-option -g status-format[2] '\ #[bg=default] \ \ #[align=right]\ +#[fg=yellow]\ +#{window_width}×#{window_height}\ ' # line 4 @@ -248,14 +250,6 @@ set-option -g status-format[4] '\ #[bg=default] \ } \ \ -#[align=centre]\ -#[fg=yellow]\ -#[bg=##181818] \ -#[bg=##282828]#{window_width}×#{window_height}\ -#[bg=##181818] \ -#[fg=default]\ -#[bg=default] \ -\ #[align=right]\ #{?uid,#[fg=green],#[fg=red]}\ #[bg=##181818] \