tmux/fixes

This commit is contained in:
Marc Beninca 2025-01-20 00:23:18 +01:00
parent b97c43a33d
commit ea166159a1
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -95,11 +95,11 @@ set-option -g status-format[0] '\
# line 2 # line 2
set-option -g status-format[1] '\ set-option -g status-format[1] '\
#{W:\ #{W:\
\
#[fg=yellow]#{window_index}\
\
#{?window_active,#[fg=green],\ #{?window_active,#[fg=green],\
#{?window_activity_flag,#[fg=red],#[fg=default]}}\ #{?window_activity_flag,#[fg=red],#[fg=blue]}}\
\
#{window_index}\
\
#{window_name}\ #{window_name}\
\ \
}\ }\
@ -111,10 +111,10 @@ set-option -g status-format[1] '\
# line 3 # line 3
set-option -g status-format[2] '\ set-option -g status-format[2] '\
#{P:\ #{P:\
#{?pane_active,#[fg=green],#[fg=default]}\
\ \
#{pane_index}\ #[fg=yellow]#{pane_index}\
\ \
#{?pane_active,#[fg=green],#[fg=blue]}\
#{pane_current_command}\ #{pane_current_command}\
\ \
}\ }\
@ -125,15 +125,15 @@ set-option -g status-format[2] '\
# line 4 # line 4
set-option -g status-format[3] '\ set-option -g status-format[3] '\
#{P:\ #{P:\
#{?pane_active,#[fg=green],#[fg=default]}\
\ \
#{pane_index}\ #[fg=yellow]#{pane_index}\
\ \
#[fg=blue]#{pane_width}×#{pane_height}\ #{?pane_active,#[fg=green],#[fg=blue]}\
#{pane_width}×#{pane_height}\
\ \
}\ }\
#[align=right]\ #[align=right]\
#[fg=blue] #{window_width} × #{window_height}\ #[fg=blue] #{window_width}×#{window_height}\
' '
# line 5 # line 5