Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration is not applied #223

Closed
1 task done
lucasqueiroz opened this issue May 26, 2024 · 2 comments
Closed
1 task done

Configuration is not applied #223

lucasqueiroz opened this issue May 26, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@lucasqueiroz
Copy link

Is there an existing issue outlining your problem?

  • I have searched the existing issues and they do not solve my problem.

Describe your problem.

Hi, I just installed the plugin and tried configuring it, and even tried one of the base configuration examples in the README.md, but it is not applying to the theme. I did kill the server and started again to make sure, but didn't change.

Paste your configuration.

set -g default-terminal "xterm-256color"
set-option -ga terminal-overrides ",xterm-256color:Tc"

set -g prefix C-a
unbind C-b
bind-key C-a send-prefix

bind -r m resize-pane -Z

unbind %
bind | split-window -h -c "#{pane_current_path}"
unbind '"'
bind - split-window -v -c "#{pane_current_path}"

unbind r
bind r source-file ~/.tmux.conf

set -g mouse on

set -g base-index 1
set -g pane-base-index 1
set-window-option -g pane-base-index 1
set-option -g renumber-windows on

# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'christoomey/vim-tmux-navigator'

# set -g @plugin 'dracula/tmux'
# set -g @dracula-plugins "ram-usage git"
# set -g @dracula-show-flags true
# set -g @dracula-show-left-icon session
# set -g @dracula-show-empty-plugins false

set -g @plugin 'catppuccin/tmux'
set -g @catppuccin_flavour 'frappe'
# set -g @catppuccin_status_modules_right ""
# set -g @catppuccin_status_modules_left ""

set -g @catppuccin_window_right_separator "█ "
set -g @catppuccin_window_number_position "right"
set -g @catppuccin_window_middle_separator " | "

set -g @catppuccin_window_default_fill "none"

set -g @catppuccin_window_current_fill "all"

set -g @catppuccin_status_modules_right "application session user host date_time"
set -g @catppuccin_status_left_separator "█"
set -g @catppuccin_status_right_separator "█"

set -g @catppuccin_date_time_text "%Y-%m-%d %H:%M:%S"

set -g @resurrect-capture-pane-contents 'on'
set -g @continuum-restore 'on'

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'

Attach screenshots.

Screenshot from 2024-05-26 12-52-32

What tmux version are you seeing the issue on?

tmux 3.4

Any additional comments?

No response

@lucasqueiroz lucasqueiroz added the bug Something isn't working label May 26, 2024
@vdbe
Copy link
Contributor

vdbe commented May 26, 2024

Can you go into ~/.tmux/plugins/ and delete the tmux directory?
my guess is it's still there from when you used dracula/tmux and now giving a conflict.

See #129 as for why.

@lucasqueiroz
Copy link
Author

Can you go into ~/.tmux/plugins/ and delete the tmux directory? my guess is it's still there from when you used dracula/tmux and now giving a conflict.

See #129 as for why.

That fixed it, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants