diff --git a/tmux.conf b/tmux.conf index cf4963e..4314d56 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,10 +1,9 @@ set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'catppuccin/tmux' +set -g @plugin 'Nybkox/tmux-kanagawa' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'Morantron/tmux-fingers' set -g @plugin 'tmux-plugins/tmux-yank' - set-window-option -g mode-keys vi bind h select-pane -L bind j select-pane -D @@ -23,13 +22,9 @@ set-option -sa terminal-features ',xterm-256color:RGB' unbind [ bind-key -n M-x copy-mode -set -g @catppuccin_flavor "mocha" -set -g @catppuccin_window_status_style "rounded" -set -g status-right-length 100 -set -g status-left-length 100 -set -g status-left "" -set -gF status-right "" -set -ag status-right "#{E:@catppuccin_status_date_time}" +set -g @kanagawa-show-powerline true +set -g @kanagawa-cpu-display-load true +set -g @kanagawa-plugins "cpu-usage gpu-usage ram-usage time" set -g lock-after-time 600 set -g lock-command "cmatrix -abs" @@ -43,4 +38,4 @@ bind '"' split-window -v -c "#{pane_current_path}" set-option -g destroy-unattached on -run '~/.tmux/plugins/tpm/tpm' +run -b '~/.tmux/plugins/tpm/tpm'