From 054b3475950fe4f52d985c8c67dc7bd23e699844 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 8 Feb 2022 23:49:40 +0000 Subject: [PATCH] Add hostname to left status and increase its length --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 62ec25d..e8d0fa4 100644 --- a/tmux.conf +++ b/tmux.conf @@ -118,8 +118,9 @@ if -b '[ "`uname`" = "Darwin" ]' \ "xclip -i -sel p -f | xclip -i -sel c"' # Left status style -setw -g status-left " #{session_name}" +setw -g status-left " #(hostname)|#{session_name}" setw -g status-left-style fg=colour240,bg=colour233 +setw -g status-left-length 32 # Centre status style setw -g status-style fg=colour240,bg=colour233