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.
This commit is contained in:
Fernando Schauenburg 2021-03-09 17:39:21 +01:00
parent 25f8aee1d9
commit 41050707f7

View file

@ -1,5 +1,5 @@
set -g status-left-length 32 set -g status-left-length 32
set -g status-right-length 32 set -g status-right-length 48
set -g status-justify left set -g status-justify left
# Color definitions # Color definitions