diff --git a/sh/tmux.sh b/sh/tmux.sh index 4ab6c3a..f9359e1 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -103,71 +103,71 @@ set-option -g status-format[0] '\ #[bg=default] \ }\ #[align=right]\ -#[bg=##202020] #[bg=##303030] \ +#[bg=##202020] #[bg=##303030]\ #[fg=yellow]%H:%M:%S\ -#[bg=##303030] #[bg=##202020]\ +#[bg=##202020]\ #{?client_prefix,#[fg=green]p, }\ ' # line 2 set-option -g status-format[1] '\ #{S:\ -#[bg=##202020] #[bg=##303030] \ +#[bg=##202020] #[bg=##303030]\ #{?session_many_attached,#[fg=red],\ #{?session_attached,#[fg=magenta],#[fg=yellow]}}\ #{session_name}\ -#[bg=##303030] #[bg=##202020] \ +#[bg=##202020] \ #[bg=default] \ }\ #[fg=yellow]→ #[fg=green]#{session_name} \ #[align=right]\ -#[bg=##202020] #[bg=##303030] \ +#[bg=##202020] #[bg=##303030]\ #[fg=yellow]%Y-%m-%d\ -#[bg=##303030] #[bg=##202020] \ +#[bg=##202020] \ ' # line 3 set-option -g status-format[2] '\ #[fg=cyan]#{pane_current_path}\ #[align=right]\ -#[bg=##202020] #[bg=##303030] \ +#[bg=##202020] #[bg=##303030]\ #[fg=yellow]#{host}\ -#[bg=##303030] #[bg=##202020] \ +#[bg=##202020] \ ' # line 4 set-option -g status-format[3] '\ #{P:\ -#[bg=##202020] #[bg=##303030] \ +#[bg=##202020] #[bg=##303030]\ #[fg=yellow]#{pane_index}\ \ #{?pane_active,#[fg=green],#[fg=blue]}\ #{pane_current_command}\ -#[bg=##303030] #[bg=##202020] \ +#[bg=##202020] \ #[bg=default] \ }\ #[align=right]\ -#[bg=##202020] #[bg=##303030] \ +#[bg=##202020] #[bg=##303030]\ #{?uid,#[fg=green],#[fg=red]}\ #{user}\ -#[bg=##303030] #[bg=##202020] \ +#[bg=##202020] \ ' # line 5 set-option -g status-format[4] '\ #{P:\ -#[bg=##202020] #[bg=##303030] \ +#[bg=##202020] #[bg=##303030]\ #[fg=yellow]#{pane_index}\ \ #{?pane_active,#[fg=green],#[fg=blue]}\ #{pane_width}×#{pane_height}\ -#[bg=##303030] #[bg=##202020] \ +#[bg=##202020] \ #[bg=default] \ }\ #[align=right]\ -#[bg=##202020] #[bg=##303030] \ +#[bg=##202020] #[bg=##303030]\ #[fg=green]#{window_width}×#{window_height}\ -#[bg=##303030] #[bg=##202020] \ +#[bg=##202020] \ ' # refresh period