From 6c17ad800123487965ecf7323915eded2ddf0022 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 23:20:56 +0100 Subject: [PATCH] =?UTF-8?q?tmux/=C3=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/tmux.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 6840a89..900d0a4 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -48,11 +48,11 @@ set-option -g set-titles on # set title to working directory set-option -g set-titles-string '\ #{session_name}\ - - \ + - \ #{window_index}∕#{session_windows} #{window_name}\ - - \ + - \ #{pane_index}∕#{window_panes} #{pane_current_command}\ - - \ + - \ #{pane_width}×#{pane_height}\ ' @@ -107,10 +107,10 @@ set-option -g status-format[1] '\ #{P:\ #{?pane_active,#[fg=green],#[fg=default]}\ #{pane_index}\ + \ +#[fg=blue]#{pane_width}×#{pane_height}\ \ }\ -#[align=centre]\ -#[fg=blue]#{pane_width}×#{pane_height}\ #[align=right] \ #[fg=yellow]%H:%M:%S\ '