From 79c8dd2f26c72b84f1fc83a1081c4652be1ac23a Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 15 Apr 2018 11:07:10 +0200 Subject: [PATCH] [tmux] improve status line formatting --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index adae1d7..9c0042e 100644 --- a/tmux.conf +++ b/tmux.conf @@ -39,8 +39,8 @@ setw -g pane-base-index 1 # start pane numbering from 1 set -g status-left-length 32 set -g status-right-length 32 set -g status-justify centre -set -g status-left ' #S ' # session name -set -g status-right ' %R %a %d %b ' # time, weekday, day & month +set -g status-left '@#h ⧉ #S' # @host ⧉session +set -g status-right '%Y-%m-%d %a %H:%M' # date, weekday, time # # Colors