tmux.conf

set-option -g default-shell /bin/zsh
set-option -g mouse on
set -g status-right "#(echo $USER)@#H %H:%M:%S"
set -g status-interval 5

Look