diff --git a/sh/tmux.sh b/sh/tmux.sh index 2314e88..ea54a59 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -52,11 +52,11 @@ set-option -g set-titles on # set title to working directory set-option -g set-titles-string '\ #(basename \"\${TMUX}\" | cut --delimiter \",\" --fields \"1\")\ - → \ + - \ #{session_name}\ - → \ + - \ #{window_index}∕#{session_windows} #{window_name}\ - → \ + - \ #{pane_index}∕#{window_panes} #{pane_current_command}\ ' @@ -160,34 +160,31 @@ set-option -g status-format[2] '\ # line 4 set-option -g status-format[3] '\ #{P:\ +#[bg=##181818] #[bg=##282828]\ #{?pane_active,#[fg=green],#[fg=yellow]}\ +#{pane_current_command}\ #[bg=##181818] \ -#[bg=##282828]#{pane_current_command}\ -#[bg=##181818] \ -#[fg=default]\ #[bg=default] \ }\ #[align=right]\ +#[bg=##181818] #[bg=##282828]\ #{?uid,#[fg=green],#[fg=red]}\ -#[bg=##181818] \ -#[bg=##282828]#{user}\ +#{user}\ #[bg=##181818] \ ' # line 5 set-option -g status-format[4] '\ #{P:\ +#[bg=##181818] #[bg=##282828]\ #{?pane_active,#[fg=green],#[fg=yellow]}\ +#{pane_width}×#{pane_height}\ #[bg=##181818] \ -#[bg=##282828]#{pane_width}×#{pane_height}\ -#[bg=##181818] \ -#[fg=default]\ #[bg=default] \ }\ #[align=right]\ -#[fg=green]\ -#[bg=##181818] \ -#[bg=##282828]#{window_width}×#{window_height}\ +#[bg=##181818] #[bg=##282828]\ +#[fg=green]#{window_width}×#{window_height}\ #[bg=##181818] \ '