From cc2d5bb6fc6298f056ddbb0c6517e86ef3d058ee Mon Sep 17 00:00:00 2001 From: scbj Date: Fri, 11 Oct 2024 09:11:02 +0200 Subject: [PATCH] adjusted tmux status --- tmux/.config/tmux/zegonix.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.config/tmux/zegonix.conf b/tmux/.config/tmux/zegonix.conf index 64b439c..8ac3c8b 100644 --- a/tmux/.config/tmux/zegonix.conf +++ b/tmux/.config/tmux/zegonix.conf @@ -65,8 +65,8 @@ set-option -g status-right-style none set-option -g status-right-length "80" set-window-option -g window-status-separator "" -set-option -g status-left " { $#S } " -set-option -g status-right " ⟨ %Y-%m-%d // %H:%M ⟩ " +set-option -g status-left " ( $#S ) " +set-option -g status-right " ( %Y-%m-%d // %H:%M ) " set-window-option -g window-status-current-format " [ #I : #W ] " set-window-option -g window-status-format " [ #I : #W ] "