Lower Left arrows are not displaying correctly
Monksc opened this issue · comments
My arrows on the bottom left look like this.
They used to look normal about 6 months ago. Like how they looked below
I use Alacrity and macOS Catalina if that helps. I feel like I may be missing something in my .tmux.conf or even Alacritty config. It also is not displaying correctly in the default terminal app on MacOS and never has.
For now I changed the last three lines of ~/.tmux/plugins/tmux-gruvbox/tmux-gruvbox-dark.conf
to:
set-option -g status-right "#[fg=colour239, bg=colour237, nobold, nounderscore, noitalics]#[fg=colour246,bg=colour239] %Y-%m-%d | %H:%M #[fg=colour248, bg=colour239, nobold, noitalics, nounderscore]#[fg=colour237, bg=colour248] #h "
set-window-option -g window-status-current-format "#[fg=colour237, bg=colour214, nobold, noitalics, nounderscore]#[fg=colour239, bg=colour214] #I.#[fg=colour239, bg=colour214, bold] #W #[fg=colour214, bg=colour237, nobold, noitalics, nounderscore]"
set-window-option -g window-status-format "#[fg=colour237,bg=colour239,noitalics]#[fg=colour223,bg=colour239] #I.#[fg=colour223, bg=colour239] #W #[fg=colour239, bg=colour237, noitalics]"
Basically removes the
character which alacrity is not able to render with .
(for the left status bar) or |
(for right one)
Seems to be an okayish workaround. I use to find the previous separator a little out of place anyways.
Turns out I just had to switch my font to Hack in my Alacrity settings.