diff --git a/sh/tmux.sh b/sh/tmux.sh index 4f900de..f506256 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -160,9 +160,9 @@ set-option -g status-format[2] '\ # line 4 set-option -g status-format[3] '\ #{P:\ -#[bg=##181818] #[bg=##282828]\ #{?pane_active,#[fg=green],#[fg=yellow]}\ -#{pane_current_command}\ +#[bg=##181818] \ +#[bg=##282828]#{pane_current_command}\ #[bg=##181818] \ #[bg=default] \ }\ @@ -176,9 +176,9 @@ set-option -g status-format[3] '\ # line 5 set-option -g status-format[4] '\ #{P:\ -#[bg=##181818] #[bg=##282828]\ #{?pane_active,#[fg=green],#[fg=yellow]}\ -#{pane_width}×#{pane_height}\ +#[bg=##181818] \ +#[bg=##282828]#{pane_width}×#{pane_height}\ #[bg=##181818] \ #[bg=default] \ }\