diff options
author | Cody Hiar <cody@hiar.ca> | 2020-02-05 11:36:00 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2020-02-05 11:36:00 -0700 |
commit | 1a6221133212782aaf991673e48064da13512a34 (patch) | |
tree | 3f37258c36084cba7e5cdb245056abd53892edfc | |
parent | ff73926b54643ed052173f984a9e09ac18596696 (diff) |
Make right status have YYYY-MM-DD format
-rw-r--r-- | stow/tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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' |