From 4f36f64b28ab6ef06780f2f9c64786e582cff341 Mon Sep 17 00:00:00 2001 From: jon Date: Wed, 5 May 2021 08:02:26 -0500 Subject: [PATCH] Removed time from the status bar at the bottom, I never looked at it. --- tmux/.tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index c315a3b..85e7133 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -76,7 +76,9 @@ set-option -g status-justify left # Right side of status bar set-option -g status-right-length 40 -set-option -g status-right " #[fg=brightwhite,bg=black] %a, %d %b %H:%M #[fg=colour18,bg=colour4] #(whoami)@#h " +## includes the time in the right status +#set-option -g status-right " #[fg=brightwhite,bg=black] %a, %d %b %H:%M #[fg=colour18,bg=colour4] #(whoami)@#h " +set-option -g status-right " #[fg=colour18,bg=colour4] #(whoami)@#h " # Pane border #set-option -g pane-border-style bg=brightblack,fg=brightblack