diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6afe578..647ecf5 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -53,8 +53,8 @@ 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_left_separator " " -set -g @catppuccin_status_right_separator " " +set -g @catppuccin_status_left_separator "" +set -g @catppuccin_status_right_separator "" set -g @catppuccin_status_fill "icon" set -g @catppuccin_status_connect_separator "no" @@ -70,12 +70,13 @@ set -g @plugin 'tmux-plugins/tmux-continuum' # More Theme -set -g status-left "" set -g status-right "#{E:@catppuccin_status_directory}" set -ag status-right "#{E:@catppuccin_status_user}" set -ag status-right "#{E:@catppuccin_status_host}" set -ag status-right "#{E:@catppuccin_status_session}" +set -ag status-right-length "160" + set -g mode-style fg=#D8DEE9,bg=#3B4253 # set vi-mode @@ -89,3 +90,4 @@ bind '"' split-window -v -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" run '~/.config/tmux/plugins/tpm/tpm' +