From 1a6221133212782aaf991673e48064da13512a34 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 5 Feb 2020 11:36:00 -0700 Subject: Make right status have YYYY-MM-DD format --- stow/tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index 6fa5c21..4896bd6 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -78,6 +78,7 @@ set-option -g status-interval 2 set-option -g status-justify "centre" set-option -g status-left-length 110 set-option -g status-left "#S [#H]" +set-option -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %H:%M %Y-%m-%d" # List of plugins set -g @plugin 'tmux-plugins/tpm' -- cgit v1.2.3