From 4c2391ea4b8028a178613765e04d167e777d47eb Mon Sep 17 00:00:00 2001 From: antoinelhermitte Date: Tue, 14 May 2024 15:25:35 +0200 Subject: [PATCH] change status bar look tmux --- tmux.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tmux.conf b/tmux.conf index 4d94b94..a4cb38e 100644 --- a/tmux.conf +++ b/tmux.conf @@ -21,15 +21,15 @@ bind-key -n C-l select-pane -R # status bar -set -g window-status-current-style 'fg=white' -set -g window-style default -set -g status-style "fg=#665c54" -set -g status-left-style "fg=#928374" -set -g status-bg default -set -g status-position top -set -g status-interval 1 -set -g status-left "" - +# set -g window-status-current-style 'fg=white' +# set -g window-style default +# set -g status-style "fg=#665c54" +# set -g status-left-style "fg=#928374" +# set -g status-bg default +# set -g status-position top +# set -g status-interval 1 +# set -g status-left "" +# # count the panes from 1 set -g base-index 1 setw -g pane-base-index 1 @@ -51,7 +51,7 @@ set -g @catppuccin_window_default_text "#W" set -g @catppuccin_window_current_fill "number" set -g @catppuccin_window_current_text "#W" -set -g @catppuccin_status_modules_right "directory user host session" +set -g @catppuccin_status_modules_right "host session date_time" set -g @catppuccin_status_left_separator " " set -g @catppuccin_status_right_separator "" set -g @catppuccin_status_fill "icon"