From ac112e2072980bc0a56ee57d4045d78ab6ac55f2 Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Tue, 13 Feb 2024 17:51:02 +0000 Subject: [PATCH] [tmux] removed plugin and added it manually --- .config/tmux/tmux.conf | 1 + .config/tmux/tmux_plugins.conf | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index fcada17..ab7ea46 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -5,4 +5,5 @@ source-file ~/.config/tmux/tmux_binds.conf source-file ~/.config/tmux/tmux_copy_mode.conf source-file ~/.config/tmux/tmux_plugins.conf source-file ~/.config/tmux/tmux_init.conf +source-file ~/.config/tmux/tmux_status_bar.conf diff --git a/.config/tmux/tmux_plugins.conf b/.config/tmux/tmux_plugins.conf index c280ef2..044ac7c 100644 --- a/.config/tmux/tmux_plugins.conf +++ b/.config/tmux/tmux_plugins.conf @@ -3,18 +3,12 @@ # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'niksingh710/minimal-tmux-status' #set -g @plugin 'catppuccin/tmux' #set -g @plugin 'tmux-plugins/tmux-resurrect' #set -g @plugin 'tmux-plugins/tmux-continuum' #set -g @plugin 'tomhey/tmux-remote-sessions' # Plugin settings -set -g @minimal-tmux-justify "left" -set -g @minimal-tmux-indicator-str "" -set -g @minimal-tmux-indicator false -set -g @minimal-tmux-status "top" -set -g @minimal-tmux-bg "#698DDA" #set -g @catppuccin_flavour 'latte' #set -g @catppuccin_window_tabs_enabled on #set -g @resurrect-strategy-nvim 'session'