diff --git a/.tmux.conf b/.tmux.conf index d023b78..14e8386 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -18,3 +18,7 @@ set-window-option -g window-status-bg default set-window-option -g window-status-current-bg default set-window-option -g window-status-current-fg brightred set-window-option -g window-status-fg brightblue +# +set -g status-interval 1 +set -g status-right-length 50 +set -g status-right '#(hostname) #[bg=colour21,fg=colour27]#[fg=white] %Y-%m-%d %H:%M:%S'