-
-
Notifications
You must be signed in to change notification settings - Fork 615
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
Add option to connect leftmost and rightmost status line fields #104
Comments
Can you show your config? As for the colors there was a mismatch in latte but the rest was correct. |
I think I'm looking for the same behavior as @gerazov: I have the following setup:
Session on the left side of the bar, left of the window list I like how the status line looks when the side farther from the edge of the screen is rounded, which works correctly on the "right modules" as seen here: which I accomplish with these settings:
However, since I can only set "left separator" and "right separator" (and whether to join them or not), the left side of the status line looks like this: What I'd prefer is separate settings for "status_left_separator" "status_right_separator" and "status_connect_separator" for the "left modules" and "right modules". |
Currently I'm using rounded corners on both ends, since it's not possible to make them sticky. I'm experiencing the color mismatch on machiato. |
The blue's seem to match:
Maybe it's something with true color, see the tmux section in nvim for that https://github.com/catppuccin/nvim/tree/c0bea773a09e49e123136b099bce9ddc1bf395d2?tab=readme-ov-file#for-tmux-users |
Could be - thanks 🙏 I know I had some trouble setting color up in tmux 😅 |
This is related to #67 - the solution there only works if you have modules only on the right (left) side. But if you have left and right modules you can't get both to extend to the edge of the terminal and have say round corners on the other side like you can have in Vim.
So you can either have the right module stick:
or the left module stick:
btw why is the blue in Neovim with catppuccin not the same with blue in tmux?
The text was updated successfully, but these errors were encountered: