diff --git a/sh/tmux.sh b/sh/tmux.sh index 05dcfee..5f8cc27 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -90,7 +90,7 @@ set-option -g status-format[0] '\ #[fg=cyan]#{pane_current_path}\ \ #[align=right]\ -#[fg=yellow]╭──%H:%M:%S\ +#[fg=yellow]%H:%M:%S\ ' # line 2 @@ -106,7 +106,7 @@ set-option -g status-format[1] '\ }\ \ #[align=right]\ -#[fg=yellow]╰%Y-%m-%d\ +#[fg=yellow]%Y-%m-%d\ ' # line 3 @@ -125,23 +125,19 @@ set-option -g status-format[2] '\ #[align=right]\ #[fg=green] #{session_name} \ #[fg=default] #(tmux list-sessions | wc --lines) \ -#[fg=default]│\ ' # line 4 set-option -g status-format[3] '\ -#[fg=default]│\ #[align=centre]\ #[fg=green] #{user} \ #[fg=blue]@\ #[fg=yellow] #{host} \ -#[align=right]\ #[fg=default]│\ ' # line 5 set-option -g status-format[4] '\ -#[fg=default]│\ #{P:\ #{?pane_active,#[fg=green],#[fg=default]}\ \ @@ -153,7 +149,6 @@ set-option -g status-format[4] '\ \ #[align=right]\ #[fg=blue] #{window_width}×#{window_height} \ -#[fg=default]│\ ' # refresh period