From 5efd661eb1a5e59afd9bb16464a1dc6f20cd1f05 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Fri, 10 Oct 2025 11:27:28 +0200 Subject: [PATCH] fix letters being cut of by adding more padding to selected windows --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 6fb62df..346e8e4 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -37,8 +37,8 @@ set -g status-left-length 100 set -g status-style "fg=${gray_light},bg=default" set -g status-left "#[fg=${green_soft},bold] #S #[fg=${gray_light},nobold]| " set -g status-right "#[fg=${gray_dark}]%H:%M" -set -g window-status-current-format "#[fg=${cyan_soft}]#[fg=${black},bg=${cyan_soft},bold]#I:#W#[fg=${cyan_soft},bg=default]" -set -g window-status-format " #I:#W " +set -g window-status-current-format "#[fg=${cyan_soft}]#[fg=${black},bg=${cyan_soft},bold] #I:#W #[fg=${cyan_soft},bg=default]" +set -g window-status-format " #I:#W " set -g message-style "fg=${gray_light},bg=default" set -g mode-style "fg=${gray_dark},bg=${blue_muted}" set -g pane-border-style "fg=${gray_dark}"