Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
adrian-montero-hkkd opened this issue Jan 20, 2024 · 2 comments
Open

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

adrian-montero-hkkd opened this issue Jan 20, 2024 · 2 comments

Comments

@adrian-montero-hkkd
Copy link

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
Copy link
Collaborator

vdbe commented Mar 7, 2024

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
Copy link
Collaborator

89iuv commented Mar 23, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants