From f975780de7449cac3a694f98d7846ff873ccd4a7 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 20:10:26 +0200 Subject: [PATCH] rights --- sh/tmux.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 6ae0bc7..4f900de 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -167,9 +167,9 @@ set-option -g status-format[3] '\ #[bg=default] \ }\ #[align=right]\ -#[bg=##181818] #[bg=##282828]\ #{?uid,#[fg=green],#[fg=red]}\ -#{user}\ +#[bg=##181818] \ +#[bg=##282828]#{user}\ #[bg=##181818] \ ' @@ -183,8 +183,9 @@ set-option -g status-format[4] '\ #[bg=default] \ }\ #[align=right]\ -#[bg=##181818] #[bg=##282828]\ -#[fg=green]#{window_width}×#{window_height}\ +#[fg=green]\ +#[bg=##181818] \ +#[bg=##282828]#{window_width}×#{window_height}\ #[bg=##181818] \ '