From 2be5018eafaa632256f52b59a0dbc3a6b2940dbc Mon Sep 17 00:00:00 2001 From: Thomas Naderer Date: Sat, 21 Feb 2026 22:23:47 +0100 Subject: [PATCH] tmux: fix pane label rendering by simplifying border format --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 540cfe8..400c807 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -162,7 +162,7 @@ set -g pane-active-border-style "fg=#fabd2f,bold" # Show pane labels on borders for easier focus tracking set -g pane-border-status top -set -g pane-border-format "#{?pane_active,#[fg=#282828,bg=#fabd2f,bold] ACTIVE #[default],#[fg=#928374] pane #[default]}#[fg=#ebdbb2] #P #[fg=#928374]| #[fg=#83a598]#{pane_current_command} #[fg=#928374]| #[fg=#bdae93]#{pane_current_path}" +set -g pane-border-format "#[fg=#ebdbb2] #P #[fg=#928374]| #[fg=#83a598]#{pane_current_command} #[fg=#928374]| #[fg=#bdae93]#{pane_current_path}" # Message styling set -g message-style "bg=#d79921,fg=#282828,bold"