diff --git a/sh/tmux.sh b/sh/tmux.sh index 6ae0bc7..4f900de 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -167,9 +167,9 @@ set-option -g status-format[3] '\ #[bg=default] \ }\ #[align=right]\ -#[bg=##181818] #[bg=##282828]\ #{?uid,#[fg=green],#[fg=red]}\ -#{user}\ +#[bg=##181818] \ +#[bg=##282828]#{user}\ #[bg=##181818] \ ' @@ -183,8 +183,9 @@ set-option -g status-format[4] '\ #[bg=default] \ }\ #[align=right]\ -#[bg=##181818] #[bg=##282828]\ -#[fg=green]#{window_width}×#{window_height}\ +#[fg=green]\ +#[bg=##181818] \ +#[bg=##282828]#{window_width}×#{window_height}\ #[bg=##181818] \ '