From 91a85c2a11d313f095fbd54d197a168a36379f00 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Fri, 4 Jul 2025 12:57:15 +0200 Subject: [PATCH] tmux: more compact status-right --- config/tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 82f4008..376cb0b 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -137,7 +137,7 @@ box_end="#[default]" set -g status-right-length 64 set -g status-right "\ -${box_begin}󰈷 ${box_mid} #{pane_id} ${box_end} \ -${box_begin} ${box_mid} #{session_name} ${box_end} \ -${box_begin} ${box_mid} #{pid} ${box_end} \ +${box_begin}󰈷 ${box_mid} #{pane_id} ${box_end} \ +${box_begin} ${box_mid} #{session_name} ${box_end} \ +${box_begin} ${box_mid} #{pid} ${box_end} \ ${box_begin}󱡶 ${box_mid} #{host_short} ${box_end}"