From 5bc65bbab11c9bf76ff9ea020b1afe727b4d6020 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 22 Jan 2025 16:42:20 +0100 Subject: [PATCH] tmux/end --- sh/tmux.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sh/tmux.sh b/sh/tmux.sh index 552ee99..fd4de91 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -99,6 +99,7 @@ set-option -g status-format[0] '\ #[align=right]\ #[bg=##202020] #[bg=##303030] \ #[fg=yellow]%H:%M:%S\ +#[bg=##303030] #[bg=##202020] \ ' # line 2 @@ -115,6 +116,7 @@ set-option -g status-format[1] '\ #[align=right]\ #[bg=##202020] #[bg=##303030] \ #[fg=yellow]%Y-%m-%d\ +#[bg=##303030] #[bg=##202020] \ ' # line 3 @@ -123,6 +125,7 @@ set-option -g status-format[2] '\ #[align=right]\ #[bg=##202020] #[bg=##303030] \ #[fg=yellow]#{host}\ +#[bg=##303030] #[bg=##202020] \ ' # line 4 @@ -140,6 +143,7 @@ set-option -g status-format[3] '\ #[bg=##202020] #[bg=##303030] \ #{?uid,#[fg=green],#[fg=red]}\ #{user}\ +#[bg=##303030] #[bg=##202020] \ ' # line 5 @@ -156,6 +160,7 @@ set-option -g status-format[4] '\ #[align=right]\ #[bg=##202020] #[bg=##303030] \ #[fg=green]#{window_width}×#{window_height}\ +#[bg=##303030] #[bg=##202020] \ ' # refresh period