diff --git a/.config/tmux/conf/plugins.conf b/.config/tmux/conf/plugins.conf index 2d32a5f2..497de910 100644 --- a/.config/tmux/conf/plugins.conf +++ b/.config/tmux/conf/plugins.conf @@ -19,7 +19,6 @@ set -ga status-left "#{?client_prefix,#{#[bg=#{@thm_red},fg=#{@thm_mantle},bold] # Windows Style set -g @catppuccin_window_status_style "basic" set -g automatic-rename on -# set -g window-status-separator '|' set -g status-justify 'absolute-centre' set -g @catppuccin_window_current_text_color "#{@thm_surface_1}" set -g @catppuccin_window_current_number_color "#{@thm_lavender}" @@ -33,6 +32,7 @@ set -g @catppuccin_window_current_text " #W" ### Right Status set -g status-right-length 100 set -g status-right "" +set -ga status-right "#[bg=#{@thm_lavender},fg=#{@thm_bg}] %H:%M  " ## tmux-fingers bind -n M-f run -b "#{@fingers-cli} start #{pane_id}"