summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2026-06-07 21:12:46 +0200
committerReiner Herrmann <reiner@reiner-h.de>2026-06-07 21:12:46 +0200
commit8d3595593f81123ba93f00b49c189fdbc50275dc (patch)
treecf6676a3ddfd558b273132a21f20fc3f3d5620c0
parenta071e212480ed03985ecabc8f77769cf20edf33b (diff)
tmux: customize status-leftHEADtrunk
-rw-r--r--tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 4b8fba5..fc256b5 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -22,4 +22,6 @@ bind -r C-l select-window -t :+
set -g status-bg "color0"
set -g status-fg "color7"
set -g status-right "%H:%M"
+set -g status-left " [#h] "
+set -g status-left-length 24
set-window-option -g window-status-current-style "bg=color4,fg=color7"