From 41050707f728832720be07891e62a73337555f43 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 9 Mar 2021 17:39:21 +0100 Subject: [PATCH] tmux: fix status line right side length The length of 32 was too small and causing clipping for slightly longer host names, e.g. at work. --- files/tmux-colors.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/tmux-colors.conf b/files/tmux-colors.conf index fa61336..b69c2db 100644 --- a/files/tmux-colors.conf +++ b/files/tmux-colors.conf @@ -1,5 +1,5 @@ set -g status-left-length 32 -set -g status-right-length 32 +set -g status-right-length 48 set -g status-justify left # Color definitions