From 98102b784cab45096f68f071228ca8eb4f9b5511 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 1 Jun 2025 20:02:34 +0800 Subject: [PATCH] =?UTF-8?q?feat=20tmux:=20=E5=BE=AE=E8=AA=BFstatus-left?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dot_tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index f833feb..1f9ca3b 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -62,7 +62,7 @@ set -g status-right-length 100 set -g status-bg default set -g status-fg white set -g status-style "bg=black,fg=white" -set -g status-left "#{tmux_mode_indicator}#[fg=black,bg=yellow] [#{session_name}] #[fg=yellow,bg=default] " +set -g status-left "#{tmux_mode_indicator}#[fg=black,bg=yellow] [#{session_name}] #[fg=yellow,bg=default] " set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %H:%M %d-%b-%y" # set -g status-left '#{tmux_mode_indicator}#[fg=colour240]#(whoami)' # set -g status-left '#{tmux_mode_indicator}#[fg=colour240]#[fg=colour255,bg=colour240] #(whoami) #[fg=colour240,bg=default]'