From 6a2a0b2ef7414f9de6ecf38d9748c38c4bee64df Mon Sep 17 00:00:00 2001 From: bh Date: Thu, 7 May 2026 23:48:15 +0800 Subject: tmux: clean stuff up --- tmux/.tmux.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b82192f..35858c3 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -17,9 +17,10 @@ set -g default-terminal "tmux-256color" set -g status-style "fg=#004344,bg=default" # set -g status-fg "#225859" -# Window status - inactive windows with powerline separators -set -g window-status-format "#[fg=#015959,bg=#003636]#[fg=#FFFFFF,bg=#015959]#I #[fg=#6ae8eb,bg=#004344] #W #[fg=#004344,bg=#003636]" -set -g window-status-current-format "#[fg=#008282,bg=#003636]#[fg=#FFFFFF,bg=#008282]#I #[fg=#6ae8eb,bg=#004344] #W #[fg=#004344, bg=#003636]" +# Window status +set -g window-status-separator "#[fg=#004344]|" +set -g window-status-format "#[fg=#74c4c4,bg=default] #I #W " +set -g window-status-current-format "#[fg=#FFC600,bg=default,bold] #I #W " # Previous Settings # set -g window-status-format "#[fg=#004344,bg=#003636]#[fg=#6ae8eb,bg=#004344]#I|#W #[fg=#004344,bg=#003636]" @@ -33,10 +34,11 @@ set -g window-status-current-format "#[fg=#008282,bg=#003636]#[fg=#FFFFFF,bg= # Status bar configuration - disabled all modules except windows set -g status-left-length 1000 set -g status-right-length 1000 -set -g status-left "#[fg=#74c4c4]#S " -set -g status-right "#[fg=#004344, bg=#003636]#[fg=#6ae8eb,bg=#004344] %H:%M #[fg=#FFFFFF,bg=#008282]  #[fg=#008282,bg=#003636]" +set -g status-left "#[fg=#74c4c4]#S #[fg=#004344]|" +set -g status-right "" # Pane border colors +set -g pane-border-lines simple set -g pane-border-style "fg=#007575" set -g pane-active-border-style "fg=#1FDFDF" -- cgit v1.2.3