tmux
tmux copied to clipboard
Adding a space between modules_left and windows
trafficstars
Is there a way to configure a separator between left modules and windows? I currently have the following settings
set -g @catppuccin_window_left_separator "î‚¶"
set -g @catppuccin_window_right_separator "î‚´ "
set -g @catppuccin_window_middle_separator " â–ˆ"
set -g @catppuccin_window_number_position "right"
set -g @catppuccin_status_modules_left "directory"
set -g @catppuccin_status_left_separator " î‚¶"
set -g @catppuccin_status_right_separator "î‚´"
which results in almost no separation between the directory module and the windows.
I've experimented with adding a trailing space to
@catppuccin_status_right_separator but that affects the spacing between all modules on both the left and right when I'm only trying to add it between the left modules and windows.