catppuccin / tmux

💽 Soothing pastel theme for Tmux!
MIT License
1.8k stars 549 forks source link

Remove status icon and background fill #85

Closed alexchantastic closed 1 month ago

alexchantastic commented 1 year ago

Is there a way to completely remove the status icons and background fill? So far, I've only been able to remove the icons, but a small piece of the background fill remains (the colorful rectangles in the screenshot below).

My guess is that the icon module actually contains a space?

image

Here's my tmux config:

set -g @catppuccin_flavour "mocha"
set -g @catppuccin_status_left_separator "null"
set -g @catppuccin_status_modules_right "application session date_time"
set -g @catppuccin_session_icon "null"
set -g @catppuccin_application_icon "null"
set -g @catppuccin_date_time_icon "null"
89iuv commented 8 months ago

Indeed there is a space between the icon and the text and when you remove the icon the space is still there.

vdbe commented 4 months ago

You could change the color of the module to match the background set -g @catppuccin_<module>_color "#{thm_gray}" (depending on your@catppuccin_status_fillthis should bedefaultnot#{thm_gray}").

Will leave an extra space.

image

j-xella commented 1 month ago

Will it possibly be fixed by #265 ?

vdbe commented 1 month ago

Was indeed fixed by #265.