-
Notifications
You must be signed in to change notification settings - Fork 513
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
Fresh install simply shows a solid, full-width line #308
Comments
Hello @adaviloper, are you on a stable iTerm2 version or beta/nightly? I currently have an issue myself with iTerm2 beta versions and nerd fonts: https://gitlab.com/gnachman/iterm2/-/issues/10879 make sure Powerline glyphs worksLooking at that old issue you linked:
Verify that powerline symbols are rendered in the terminal:
make sure tmux-powerline worksWhat happens when you run powerline directly in the terminal, any output? For me it looks like $ ~/.config/tmux/plugins/tmux-powerline/powerline.sh left
#[fg=colour234,bg=colour148] general:2.0 #[default]#[fg=colour148,bg=colour235]#[default]% (powerline symbols not rendered on GitHub of course) or try that with How is your tmux.conf looking: are there any other plugins enabled that could set tmux |
I'm on a stable build using version 3.4.19. The output from that matches the values being assigned in the true condition of the I think we're honing into the issue here, though I'm not sure which step I've missed. When trying to run the command directly, I get the following:
I did a fresh install to verify that all of the files are still there. |
as it's not always available. Fixes #308
@adaviloper ah it seems to be that Could you check out the branch $ cd ~/.config/tmux/plugins/tmux-powerline/powerline.sh
$ git fetch
$ git switch fix/308
$ ./powerline.sh left |
Great! The fix is merged; you can switch back to the |
After adding the plugin line to my
tmux.conf
file and using theprefix+I
command fromtpm
to installtmux-powerline
, the status bar updates to the above rather than the default from the README.md screenshots.I'm not entirely sure what I'm missing and I've also gone through the ambiguous character check from #125 and I'm still getting the same result as in the image with the only thing showing being the window titles fully centered.
Terminal: iTerm2
Shell: zsh
Editor: NeoVim
OS: MacOS Monterey 12.6.4
Font: JetBrainsMono NerdFont
Directory Structure:
I don't imagine the font is the issue as I've tried a Powerline font with the same result. I've also uninstalled everything and was able to start from the barebones Tmux status bar before installing
tmux-powerline
.The text was updated successfully, but these errors were encountered: