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