From 8d3595593f81123ba93f00b49c189fdbc50275dc Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 7 Jun 2026 21:12:46 +0200 Subject: tmux: customize status-left --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3