From 8e20f20b4f14fd9b93857b85519810cb6a5f7273 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 19 Mar 2024 22:35:45 -0400 Subject: [PATCH] update: uses catppuccin for tmux status bar --- tmux/tmux.conf | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 7cea39e..c12b91a 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -82,8 +82,27 @@ bind-key r source-file ~/.config/tmux/tmux.conf\; \display-message "source-file set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'sainnhe/tmux-fzf' -set -g @plugin 'erikw/tmux-powerline' +#set -g @plugin 'erikw/tmux-powerline' set -g @plugin 'christoomey/vim-tmux-navigator' +set -g @plugin 'catppuccin/tmux' + +set -g @catppuccin_flavour 'mocha' # latte, frappe, macchiato, mocha +set -g @catppuccin_window_left_separator "" +set -g @catppuccin_window_right_separator " " +set -g @catppuccin_window_middle_separator " █" +set -g @catppuccin_window_number_position "right" +set -g @catppuccin_window_default_fill "number" +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 session" +set -g @catppuccin_status_left_separator " " +set -g @catppuccin_status_right_separator "" +set -g @catppuccin_status_right_separator_inverse "no" +set -g @catppuccin_status_fill "icon" +set -g @catppuccin_status_connect_separator "no" + +set -g @catppuccin_directory_text "#{pane_current_path}" # Needs to stay at the bottom. run '~/.config/tmux/plugins/tpm/tpm'