From cb38b810e36f63fcbfcf994055e4e0ed06d7e710 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 1 Jun 2025 20:52:21 +0800 Subject: [PATCH] =?UTF-8?q?feat=20tmux:=20=E5=BE=AE=E8=AA=BFstatusbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dot_tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 1f9ca3b..9120d3a 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -62,8 +62,8 @@ 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-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=black,bg=yellow] ❐ #{session_name} #[fg=yellow,bg=default] " +set -g status-right "#[fg=gray,bg=default] #[fg=yellow,bg=default]#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" #[fg=white,bg=black]#[bg=white,fg=black] %H:%M:%S  " # 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]' # set -g status-left "#[bg=colour240]aaaaa #[fg=colour240]#[fg=colour255,bg=colour240] #(whoami) #[fg=black,bg=colour240]"