From 8b00af89433a3296166c5933246097b643758b0e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 18 Dec 2020 09:43:14 +0300 Subject: tmux: customize status bar --- %HOME%/.tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to '%HOME%/.tmux.conf') diff --git a/%HOME%/.tmux.conf b/%HOME%/.tmux.conf index f3fa5e9..a32c4a1 100644 --- a/%HOME%/.tmux.conf +++ b/%HOME%/.tmux.conf @@ -141,6 +141,11 @@ if-shell 'uname | grep -q -F Linux && which xsel' { # Appearance # ---------- +set -g status-left "#h (#S) " +set -g status-left-length 20 +set -g status-right "%d %b %H:%M" +set -g status-right-length 15 + # Might not work so well depending on your color scheme. set -g status-style fg=white,bg=blue -- cgit v1.2.3