Looks like a nice .tmux.conf. Wonder if it's online anywhere.
From the author's GitHub repository: https://github.com/keeganlow/dotfiles/blob/master/.tmux.conf
Thanks for posting the .tmux.conf link. Modified the window decorator line as sometimes you can't always tell which pane you are in:
set-option -g set-titles-string '#(whoami)@#H session: #S window: #I-#W pane: #P'
Also noticed that the status right only updates the time if you perform a tmux op.