From 8277011e975578fe34292154824e2cf083fec83e Mon Sep 17 00:00:00 2001 From: Hyuga Tsukui Date: Wed, 30 Oct 2024 22:15:04 +0900 Subject: [PATCH] Update .config/tmux/tmux.conf --- dot_config/tmux/tmux.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index 5c58d15..6efe2d4 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -24,12 +24,17 @@ set -g prefix C-Space bind C-Space send-prefix +set -g @catppuccin_flavor 'frappe' + +set -g status-left "" +set -g status-right '#[fg=#{@thm_crust},bg=#{@thm_teal}] session: #S ' +set -g status-right-length 100 # plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-yank' -set -g @plugin 'dreamsofcode-io/catppuccin-tmux' +set -g @plugin 'catppuccin/tmux#v2.1.0' set -g @plugin 'christoomey/vim-tmux-navigator' unbind -n C-\\