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'