aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.tmux.conf
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-12-18 09:43:14 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-12-18 09:43:14 +0300
commit8b00af89433a3296166c5933246097b643758b0e (patch)
tree437c90d67fa001526b1fb52d0e2b1b78a99a8399 /%HOME%/.tmux.conf
parenttmux: prevent recursive attachments (diff)
downloadlinux-home-8b00af89433a3296166c5933246097b643758b0e.tar.gz
linux-home-8b00af89433a3296166c5933246097b643758b0e.zip
tmux: customize status bar
Diffstat (limited to '')
-rw-r--r--%HOME%/.tmux.conf5
1 files changed, 5 insertions, 0 deletions
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