catppuccin / tmux

💽 Soothing pastel theme for Tmux!
MIT License
1.73k stars 526 forks source link

How to remove the status bar icons on the right? #118

Closed adrian-montero-hkkd closed 1 month ago

adrian-montero-hkkd commented 7 months ago

I installed the catppuccin theme for tmux, I love it, but I want to remove the icons on the right with my battery/AC percent, network name, temp and location. image

I already tried all of these and they keep appearing? Is it possible to remove that?

set -g @catppuccin_status_modules_right "..."
set -g @catppuccin_status_modules_left "..."
set -g status-right ""
set -g status-left "..."
vdbe commented 6 months ago

The icons are removed on a per module basis

# set -g @catppuccin_[module_name]_icon ""
set -g @catppuccin_battery_icon ""
set -g @catppuccin_weather_icon ""
# ...

override-the-specific-module-icon

Would be handy if status_fill had an extra variant for no icons, currently it does not.

89iuv commented 5 months ago

@adrian-montero-hkkd did the comment from @vdbe helped you with this issue?