diff --git a/sh/tmux.sh b/sh/tmux.sh index 8d77f3b..1f1e391 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -87,7 +87,8 @@ set-option -g status-fg gray # line 1 set-option -g status-format[0] '\ #[fg=default]╭╴\ -#[fg=cyan]#{pane_current_path} \ +#[fg=cyan]#{pane_current_path}\ + \ #[align=right]\ #[fg=default]#{pane_current_command}\ #[fg=yellow]%H:%M:%S\ @@ -106,6 +107,7 @@ set-option -g status-format[1] '\ #{window_name}\ \ }\ + \ #[align=right]\ #[fg=green]#{session_name}\ #[fg=default]#(tmux list-sessions | wc --lines)\ @@ -123,6 +125,7 @@ set-option -g status-format[2] '\ #{pane_current_command}\ \ }\ + \ #[align=right]\ #[fg=yellow]%Y-%m-%d\ #[fg=default]│\ @@ -139,6 +142,7 @@ set-option -g status-format[3] '\ #[fg=blue]#{pane_width}×#{pane_height}\ \ }\ + \ #[align=right]\ #[fg=blue]#{window_width}×#{window_height}\ #[fg=default]│\