tmux icon indicating copy to clipboard operation
tmux copied to clipboard

Adding a space between modules_left and windows

Open eulertour opened this issue 1 year ago • 0 comments
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. image 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.

eulertour avatar Apr 07 '24 11:04 eulertour