diff --git a/sh/tmux.sh b/sh/tmux.sh index 6725a96..5b60f41 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -97,6 +97,7 @@ set-option -g status-format[0] '\ #[bg=default] \ }\ #[align=right]\ +#[bg=##202020] #[bg=##303030] \ #[fg=yellow]%H:%M:%S\ ' @@ -110,8 +111,9 @@ set-option -g status-format[1] '\ #[bg=##303030] #[bg=##202020] \ #[bg=default] \ }\ -#[fg=green] #{session_name} \ +#[fg=green]→ #{session_name} \ #[align=right]\ +#[bg=##202020] #[bg=##303030] \ #[fg=yellow]%Y-%m-%d\ ' @@ -119,19 +121,23 @@ set-option -g status-format[1] '\ set-option -g status-format[2] '\ #[fg=cyan]#{pane_current_path}\ #[align=right]\ +#[bg=##202020] #[bg=##303030] \ #[fg=yellow]#{host}\ ' # line 4 set-option -g status-format[3] '\ #{P:\ +#[bg=##202020] #[bg=##303030] \ #[fg=yellow]#{pane_index}\ \ #{?pane_active,#[fg=green],#[fg=blue]}\ #{pane_current_command}\ - \ +#[bg=##303030] #[bg=##202020] \ +#[bg=default] \ }\ #[align=right]\ +#[bg=##202020] #[bg=##303030] \ #{?uid,#[fg=green],#[fg=red]}\ #{user}\ ' @@ -139,13 +145,16 @@ set-option -g status-format[3] '\ # line 5 set-option -g status-format[4] '\ #{P:\ +#[bg=##202020] #[bg=##303030] \ #[fg=yellow]#{pane_index}\ \ #{?pane_active,#[fg=green],#[fg=blue]}\ #{pane_width}×#{pane_height}\ - \ +#[bg=##303030] #[bg=##202020] \ +#[bg=default] \ }\ #[align=right]\ +#[bg=##202020] #[bg=##303030] \ #[fg=green]#{window_width}×#{window_height}\ '