From b97c43a33d46f50e03879510d5b6639b2ac7d7e5 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 20 Jan 2025 00:14:14 +0100 Subject: [PATCH] tmux/fixes --- sh/tmux.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index b32a040..b8c6bd9 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -87,7 +87,7 @@ set-option -g status-fg white # line 1 set-option -g status-format[0] '\ #[fg=cyan]#{pane_current_path}\ - \ + \ #[align=right]\ #[fg=yellow]%H:%M:%S\ ' @@ -103,7 +103,6 @@ set-option -g status-format[1] '\ #{window_name}\ \ }\ - \ #[align=right]\ #[fg=green] #{session_name} \ #[fg=blue] #(tmux list-sessions | wc --lines)\ @@ -119,7 +118,6 @@ set-option -g status-format[2] '\ #{pane_current_command}\ \ }\ - \ #[align=right]\ #[fg=yellow]%Y-%m-%d\ ' @@ -134,9 +132,8 @@ set-option -g status-format[3] '\ #[fg=blue]#{pane_width}×#{pane_height}\ \ }\ - \ #[align=right]\ -#[fg=blue] #{window_width} × #{window_height} \ +#[fg=blue] #{window_width} × #{window_height}\ ' # line 5