tmux/fixes

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

View file

@ -87,7 +87,7 @@ set-option -g status-fg white
# line 1 # line 1
set-option -g status-format[0] '\ set-option -g status-format[0] '\
#[fg=cyan]#{pane_current_path}\ #[fg=cyan]#{pane_current_path}\
\ \
#[align=right]\ #[align=right]\
#[fg=yellow]%H:%M:%S\ #[fg=yellow]%H:%M:%S\
' '
@ -103,7 +103,6 @@ set-option -g status-format[1] '\
#{window_name}\ #{window_name}\
\ \
}\ }\
\
#[align=right]\ #[align=right]\
#[fg=green] #{session_name} \ #[fg=green] #{session_name} \
#[fg=blue] #(tmux list-sessions | wc --lines)\ #[fg=blue] #(tmux list-sessions | wc --lines)\
@ -119,7 +118,6 @@ set-option -g status-format[2] '\
#{pane_current_command}\ #{pane_current_command}\
\ \
}\ }\
\
#[align=right]\ #[align=right]\
#[fg=yellow]%Y-%m-%d\ #[fg=yellow]%Y-%m-%d\
' '
@ -134,9 +132,8 @@ set-option -g status-format[3] '\
#[fg=blue]#{pane_width}×#{pane_height}\ #[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