From fc60c1c63c4442d6d690e1aa2a67d4b4a36b763e Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 24 Jun 2026 22:51:41 +0200 Subject: [PATCH] feat(tmux): display date & time --- .tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index df8f63a..c319f2a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -24,8 +24,8 @@ set -g @nova-status-style-double-bg "#2d3540" set -g @nova-segment-mode "#{?client_prefix,Ω,ω}" set -g @nova-segment-mode-colors "#78a2c1 #2e3440" -set -g @nova-segment-whoami '#(gitmux "#{pane_current_path}")' -set -g @nova-segment-whoami-colors "#2d3540 #2e3440" +# set -g @nova-segment-whoami '#(gitmux "#{pane_current_path}") %H:%M' +# set -g @nova-segment-whoami-colors "#2d3540 #2e3440" set -g @nova-pane "#I#{?pane_in_mode,  #{pane_mode},}  #W" @@ -78,3 +78,5 @@ bind -n C-k select-pane -D set -g mouse on set-option -g status-position top +# set -g status-right '[#(gitmux "#{pane_current_path}")] %m.%d.%y %H:%M' +set -g status-right '%m.%d.%Y %H:%M'