From b151930a82ad49b27b96dd04398cf68e71fccdfa Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 20:14:40 +0200 Subject: [PATCH] lefts --- sh/tmux.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 4f900de..f506256 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -160,9 +160,9 @@ 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] \ #[bg=default] \ }\ @@ -176,9 +176,9 @@ set-option -g status-format[3] '\ # 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] \ #[bg=default] \ }\