From 6a32e7eeb66f1a259933be1e54b857b1f4bae4b7 Mon Sep 17 00:00:00 2001 From: tiago Date: Fri, 23 Feb 2024 21:15:23 +0000 Subject: [PATCH] status right delete --- .config/tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index c95540c..e07dc21 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -4,8 +4,9 @@ set -ag terminal-overrides ",*:RGB" unbind C-b set-option -g prefix C-a bind-key C-a send-prefix -set -g status-style 'bg=#181926 fg=#cad3f5' +set -g status-style 'bg=#24273A fg=#cad3f5' set-option -g status-position top +set-option -g status-right "" set -g status-left-length 20 set-option -sg escape-time 10