From edc5e4f769cab2df4bd2856025acad8d8880ca66 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 1 Oct 2015 14:15:36 +1300 Subject: Update tmux status bar every second --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index cf9113d0..d4cfc5dc 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -83,6 +83,9 @@ set-option -g status-left '[#S] ' # Hostname and the current date on the right side of the status bar set-option -g status-right ' [#H] #(date +"%F %T")' +# Update the status bar every second +set-option -g status-interval 1 + # The first window in a session has index 1, rather than 0 set-option -g base-index 1 -- cgit v1.2.3