summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-10-30 19:19:44 +0100
committerAnton Khirnov <anton@khirnov.net>2020-10-30 19:19:44 +0100
commit4cbbffc195f9fa80328fbf96a802aa30fcd5d7c4 (patch)
tree1047c452224eb2899570ebdf683c366237ce2eb5 /dotfiles
parent2c6410cfd1e892c4730279394cdb9b409ace2a48 (diff)
tmux.conf: customize status bar
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/tmux.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf
index a2b2519..8fc20e9 100644
--- a/dotfiles/tmux.conf
+++ b/dotfiles/tmux.conf
@@ -30,3 +30,8 @@ set-option -g update-environment "\
XAUTHORITY\
DBUS_SESSION_BUS_ADDRESS\
"
+
+set -g status-right "#(hostname -f) %a %F %H:%M"
+set -g status-right-length 48
+
+set -g status-style fg=white,dim,bg=colour23