diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf index 162d3ca..cd49307 100644 --- a/tmux/dot-tmux.conf +++ b/tmux/dot-tmux.conf @@ -18,15 +18,14 @@ bind v split-window -v # set Status bar options set-option -g status-position top -set-window-option -g window-status-style fg=White,bg="#61f230" -set-window-option -g window-status-current-style fg=White,bg="#9aff78" set-option -g allow-rename off set -g @plugin 'tmux-plugins/tpm' - -set -g @plugin 'dracula/tmux' -set -g @dracula-plugins 'cpu-usage git ram-usage time' -set -g @dracula-show-left-icon \uebc8 +set -g @plugin 'catppuccin/tmux' +set -g @catppuccin_flavour 'macchiato' +set -g @catppuccin_status_modules_right "application session" +set -g @catppuccin_status_modules_left "" +set -s default-terminal 'xterm-256color' # set some sanity options # - This makes sure to keep the window/pane count starting at 1