Catppuccin has completely changed #427
-
This is more of a rant than seeking help. I changed my PC, moved all my configs, installed tmux plugins and my tmux bar is looking weird. I have spent the last few hours trying to set it so I can have a somewhat similar to what I had and it is really annoying that tmux can take this much of my time. I copied other peoples config and it is nothing like the screenshot they had. Even the one that looked manageable requires me to reload my config everytime I launch tmux. What I mean is, some modules are not visible and then I would have to reload tmux to make it visible. This is so annoying as this is the so unexpected. this is what my old config looks like if anybody can guide me to get something like this this is from an old screenshot of my config. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
this my old config if it matters set -g @catppuccin_window_left_separator "█"
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 "number"
set -g @catppuccin_window_current_text "#{pane_current_path}"
set -g @catppuccin_status_modules_right "application session"
set -g @catppuccin_cpu_color "blue"
set -g @catppuccin_application_icon ""
set -g @catppuccin_status_left_separator " █"
set -g @catppuccin_status_right_separator "█"
set -g @catppuccin_status_right_separator_inverse "no"
set -g @catppuccin_status_fill "all"
set -g @catppuccin_status_connect_separator "no"
set -g @catppuccin_window_current_text "#{b:pane_current_path}#{?window_zoomed_flag, ,}"
set -g @catppuccin_window_default_text "#{b:pane_current_path}#{?window_zoomed_flag, ,}" # use "#W" for application instead of directory
set -g @catppuccin_directory_text "#{b:pane_current_path}"
set -g @catppuccin_status_background "#1a1b26"
set -g @catppuccin_status_text "#7aa2f7" |
Beta Was this translation helpful? Give feedback.
-
Hey! You can pin to v0.3.0 if you'd like to keep the old version, otherwise the migration guide will help you update your config (although I don't see any benefit if it was working fine for you) |
Beta Was this translation helpful? Give feedback.
-
How do I pin? |
Beta Was this translation helpful? Give feedback.
In the TPM readme it specifies: https://github.com/tmux-plugins/tpm, as well as the install instructions in the README for this repo.
set -g @plugin 'catppuccin/tmux#v0.3.0'