You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, just as I opened this, I figured out a way:
set -g @catppuccin_status_left_separator "#[fg=#ffffff,bg=#ffffff,bold,underscore,italics]█"
set -g @catppuccin_status_right_separator "#[fg=#ff0000,bg=#ff0000,bold,underscore,italics]█"
# Set background for the status bar
set -g @catppuccin_window_right_separator "#[fg=#313244,bg=#181825]█ "
set -g @catppuccin_status_left_separator "█"
set -g @catppuccin_status_left_separator "#[bg=#181825] █"
set -g @catppuccin_window_current_fill "number"
# other stuff
set -g @catppuccin_status_left_separator_inverse "no"
set -g @catppuccin_status_fill "all"
set -g @catppuccin_status_modules_right "directory session user host"
set -g @catppuccin_directory_text "#{pane_current_path}"
set -g @catppuccin_window_current_text "#W"
The only problem, is that window middle separator color is not configurable:
I want to change the background of the entire Tmux bar, however, the separators have a different color. I can't find a way to set the separator color.
The text was updated successfully, but these errors were encountered: