From 9423387093fe38bbb5170ab64af4dedb38601a4b Mon Sep 17 00:00:00 2001 From: "phansible (aamon)" Date: Tue, 6 May 2025 16:33:45 -0400 Subject: [PATCH] More color changes and date format change (I know what year it is) --- .tmux.conf | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 4df7c13..a7fe01b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -69,11 +69,11 @@ set-option -g status-left "#h ◆" # Display the hostname on the left, # Right side of the status bar set-option -g status-right-length 60 # Set the maximum length of the right side of the status bar -set-option -g status-right "S:#S W:#I P:#P | %Y-%m-%d %H:%M" # Display session name, window index, pane index, and the date/time on the right +set-option -g status-right "S:#S W:#I P:#P | %b %d %H:%M" # Display session name, window index, pane index, and the date/time on the right # Status bar style -#set-option -g status-style bg=colour0,fg=colour8,bright # Set the background, foreground color, and brightness of the status bar set-option -g status-style bg=default,fg=colour8,bright # Set the background to default (transparent), foreground color, and brightness + ######################################### # Pane Appearance ######################################### @@ -85,7 +85,7 @@ set-option -g pane-active-border-style bg=colour0,fg=colour2 # Style for the act # Message Appearance ######################################### -set-option -g message-style bg=colour0,fg=colour13 # Style for messages displayed in the tmux command line +set-option -g message-style bg=default,fg=colour13 # Style for messages displayed in the tmux command line ######################################### # Window Appearance @@ -98,11 +98,10 @@ set-option -g window-active-style bg=default # Background color for the active # Window List Appearance ######################################### -set-option -g window-status-style fg=colour8,bg=default # Style for inactive windows in the window list -set-option -g window-status-current-style fg=colour2,bg=default,bright # Style for the active window in the window list - -set-option -g window-status-format "#[fg=colour8,bg=default] #I:#W#[fg=colour8,bg=default] " # Format for inactive windows in the window list -set-option -g window-status-current-format "#[fg=colour2,bg=default,bright]● #I:#W ●#[fg=colour2,bg=default,nobold]" # Format for the active window in the window list +set-option -g window-status-style fg=colour8,bg=default +set-option -g window-status-current-style fg=colour2,bg=default,bright +set-option -g window-status-format "#[fg=colour8,bg=default] #I:#W#[fg=colour8,bg=default]#{?window_activity_flag,#[fg=colour11]#[bold]! ,}" +set-option -g window-status-current-format "#[fg=colour2,bg=default,bright]● #I:#W ●#[fg=colour2,bg=default,nobold]" ######################################### # Window Titles