Add hostname to left status and increase its length

This commit is contained in:
Kenneth Benzie 2022-02-08 23:49:40 +00:00
parent 32d0935e1c
commit 054b347595

View File

@ -118,8 +118,9 @@ if -b '[ "`uname`" = "Darwin" ]' \
"xclip -i -sel p -f | xclip -i -sel c"' "xclip -i -sel p -f | xclip -i -sel c"'
# Left status style # 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-style fg=colour240,bg=colour233
setw -g status-left-length 32
# Centre status style # Centre status style
setw -g status-style fg=colour240,bg=colour233 setw -g status-style fg=colour240,bg=colour233