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

Status bar not rendering patched fonts correctly, elements are reversed colors and messy #67

Open
ioogithub opened this issue Feb 24, 2022 · 2 comments

Comments

@ioogithub
Copy link

ioogithub commented Feb 24, 2022

This is a fresh install with no configuration. I am using Konsole with the nord Konsole port and the default Konsole font (Hack)

Here is what it looks like with the first window highlighted:
Screenshot_20220224_135250

Here is what it looks like with the second window highlighted:
Screenshot_20220224_135258

It looks it did add the arrows however it didn't color the background of the highlighted window correctly, instead it inverted it making it darker. The result is a mess that is hard to understand by looking which element is selected.

It also looks like the colors are inverted somehow. I would expect that the selected window is highlighted in a lighter color as well as the patched font arrow element. The way it is rendered now makes it very unintuitive and I end up clicking on the wrong window every time.

I tried applying different color schemes from Konsole (aside from Konsole Nord), it does change the colors of the bar but the arrows are still rendered wrong in each scheme.

I tried applying different fonts, same result, the size and style of the bar changed but it was still rendered wrong in the same way.

I tried applying a powerline font that was mentioned as a solution here: #52. This did not work, it still renders the same no matter what font I choose.

I also tried using the Nerd Hack patched font from here: https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack/Regular/complete. Same result it did not work.

Even this setting doesn't work: set -g @nord_tmux_no_patched_font "1" it still leaves a messy block between the windows and the active window is still dark when it should be light

Screenshot_20220224_152357

@ioogithub
Copy link
Author

ioogithub commented Feb 24, 2022

It looks like my issue is similar to this issue: #40

However this issue was identified over 2 years now and this issue was closed. Has this project been abandoned?

@dlanileonardo
Copy link

I did this workaround and solved the problem.

...
set -g @plugin "arcticicestudio/nord-tmux"

set-window-option -g window-status-activity-style "bold"
set-window-option -g window-status-bell-style "bold"
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants