Closed MuntasirSZN closed 1 month ago
Could you explain what you mean by "innappropriate"? Is there an accessibility issue?
Also what language is the right-most status module meant to be displaying? If there is a locale issue it won't be related to this repository.
It looks like the right side has been cut off because the length of the status bar is no longer set by the plugin.
Add the following configuration:
set -g status-right-length 100
Your old look is pretty similar to mine. You can see what changes I had to make here. I think the blue on non-active windows can be restored with:
set -g @catppuccin_window_default_background "#{@thm_blue}"
set -g @catppuccin_window_current_background "#{@thm_peach}"
You can tinker with the backgrounds for windows if you don't like the shading underneath the text:
set -g @catppuccin_window_default_color "#{@thm_surface_1}"
set -g @catppuccin_window_current_color "#{@thm_bg}"
Where is the host module????? And, the green number one in the old is now like, ummmm, merged? Its now pink with another icon, not like the old one.
Where is the host module????? And, the green number one in the old is now like, ummmm, merged? Its now pink with another icon, not like the old one.
Did you set the status right length as suggested?
Where is the host module????? And, the green number one in the old is now like, ummmm, merged? Its now pink with another icon, not like the old one.
Did you set the status right length as suggested?
Oh forgot. I am doing it.
The right side problem solved.
But In the left side, the unappropriate colors that i am meaning, in the image i have three tabs open. The left side, rightest tab has orange color, the other two is gray. But in the old one, there was no gray.
Your old look is pretty similar to mine. You can see what changes I had to make here. I think the blue on non-active windows can be restored with:
set -g @catppuccin_window_default_background "#{@thm_blue}" set -g @catppuccin_window_current_background "#{@thm_peach}"
You can tinker with the backgrounds for windows if you don't like the shading underneath the text:
set -g @catppuccin_window_default_color "#{@thm_surface_1}" set -g @catppuccin_window_current_color "#{@thm_bg}"
Oh I forgot About This. Sorry. Yeah, it now works as the old one. Thanks guys.
Is there an existing issue outlining your problem?
Describe your problem.
In the latest one, you can see the statusline below. Unappropriate colors in the left side. And the rightest one, has english letters? While in v0.3.0, the old readme config, it looked like this: Appropriate colors in the left, and numbers in the rightest one.
Paste your configuration.
OLD ONE:
And The new one:
Attach screenshots.
No response
What tmux version are you seeing the issue on?
tmux 3.5a
Any additional comments?
No response