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

How to make no patched font version look better #70

Open
Aceticia opened this issue Apr 6, 2022 · 2 comments
Open

How to make no patched font version look better #70

Aceticia opened this issue Apr 6, 2022 · 2 comments

Comments

@Aceticia
Copy link

Aceticia commented Apr 6, 2022

I personally like the no patched version more from nvim, so when I tried to match my tmux color scheme with set -g @nord_tmux_no_patched_font "1", instead of neatly connected color blocks, on the lower left corner there are two disjoint boxes. Is there a way to fix this?

@Aceticia
Copy link
Author

Aceticia commented Apr 6, 2022

Screen Shot 2022-04-06 at 6 59 21 PM
As a comparison, the top is the status line (lualine) from my neovim and the bottom is tmux.

@jpcirrus
Copy link

Edit window-status-format and window-status-current-format and remove the leading and trailing spaces between the windows. I made the following changes, which results in what you are looking for.

set-option -g status-left '#[bg=blue,fg=black] #{session_name} '
set-option -g status-right '#[bg=brightblack,fg=white] %F %H:%M #[bg=cyan,fg=black] #{user}@#{host} '
set-option -wg window-status-current-format '#[bg=cyan,fg=black] #{window_index} #{window_name} #{window_flags} '
set-option -wg window-status-format '#[bg=brightblack,fg=white] #{window_index} #{window_name} #{window_flags} '

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