diff --git a/sh/tmux.sh b/sh/tmux.sh index 931bb85..4ae8b35 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -86,14 +86,17 @@ set-option -g status-fg gray # line 1 set-option -g status-format[0] '\ +╭\ #[fg=cyan]#{pane_current_path}\ #[align=right] \ #[fg=default]#{pane_current_command} \ #[fg=yellow]%H:%M:%S\ +╮\ ' # line 2 set-option -g status-format[1] '\ +│\ #{W:\ #{?window_active,#[fg=green],\ #{?window_activity_flag,#[fg=red],#[fg=default]}}\ @@ -104,10 +107,12 @@ set-option -g status-format[1] '\ #[align=right] \ #[fg=green]#{session_name} \ #[fg=default]#(tmux list-sessions | wc --lines)\ +│\ ' # line 3 set-option -g status-format[2] '\ +│\ #{P:\ #{?pane_active,#[fg=green],#[fg=default]}\ #{pane_index}\ @@ -117,10 +122,12 @@ set-option -g status-format[2] '\ }\ #[align=right] \ #[fg=yellow]%Y-%m-%d\ +│\ ' # line 4 set-option -g status-format[3] '\ +│\ #{P:\ #{?pane_active,#[fg=green],#[fg=default]}\ #{pane_index}\ @@ -130,12 +137,16 @@ set-option -g status-format[3] '\ }\ #[align=right] \ #[fg=blue]#{window_width}×#{window_height}\ +│\ ' # line 5 set-option -g status-format[4] '\ +│\ #[align=centre]\ #{host}\ +#[align=right]\ +│\ ' # refresh period