Replies: 9 comments 4 replies
-
Can you please add your entire config and what terminal you are using? The colours for the windows don't match the version of this plugin at HEAD, and you've chosen not to pin the version (which makes it harder for you to maintain your config, and harder for me to help you). Also please use markdown code blocks when including code or config. It's very difficult to read without formatting |
Beta Was this translation helpful? Give feedback.
-
Also what is the application status bar? |
Beta Was this translation helpful? Give feedback.
-
I can't find the catppuccin plugin on my terminal. ![]() "Also what is the application status bar?" set -g status-right "#{E:@catppuccin_status_application}" The one that says nvim; the percentage in the first image seems to come from the cpu. set -g @vim_navigator_mapping_left "C-Left C-h" # use C-h and C-Left set -g @catppuccin_window_status_style "rounded" set -g status-left-length "100" tmux -V ghostty --version Version
The terminal that I am using is Ghostty, and here is my Ghostty config. mouse-hide-while-typing = true ![]() This is what the status bars look like now after setting the cpu status bar before the application bar. |
Beta Was this translation helpful? Give feedback.
-
Again, please use markdown code blocks: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#quoting-code It's extremely difficult for me to read your comments without them |
Beta Was this translation helpful? Give feedback.
-
How can you not find the catppuccin plugin? It's literally in your config at |
Beta Was this translation helpful? Give feedback.
-
Anyway, if you add This is not a bug with this plugin, it is a support question for your config. |
Beta Was this translation helpful? Give feedback.
-
I was referring to the fact that Im not able to see it in the image I posted. |
Beta Was this translation helpful? Give feedback.
-
Yep, because you looked at |
Beta Was this translation helpful? Give feedback.
-
Yes |
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue outlining your problem?
Describe your issue.
Im having trouble fixing the status bar for applications and adding the CPU status bar as well as the battery graphic for its status bar. What am I doing wrong? Putting the CPU before the Applications status bar removes the percentage and the elongation issue but it completely hides the CPU status bar.
set -agF status-right "#{E:@catppuccin_status_cpu}"
set -g status-right "#{E:@catppuccin_status_application}"
set -ag status-right "#{E:@catppuccin_status_session}"
set -ag status-right "#{E:@catppuccin_status_uptime}"
set -agF status-right "#{E:@catppuccin_status_battery}"
Beta Was this translation helpful? Give feedback.
All reactions