Skip to content

localhost still showing despite not being added or explicitly turned off #559

@venvaneless

Description

@venvaneless

I am not requesting help with my configuration and believe something is genuinely broken.

  • Something is really actually broken.

Is there an existing issue outlining your problem?

Describe your problem.

I don't know if it's my config or the theme, but I can't seem to make the localhost (Macbook.local) disappear from my bar.

Image

My config is the standard one on your main page I used to test if everything is working.

Paste your configuration.

~/.tmux.conf

Options to make tmux more pleasant

set -g mouse on
set -g default-terminal "tmux-256color"

Configure the catppuccin plugin

set -g @catppuccin_flavor "mocha"
set -g @catppuccin_window_status_style "rounded"

Load catppuccin

run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux

For TPM, instead use run ~/.tmux/plugins/tmux/catppuccin.tmux

Make the status line pretty and add some modules

set -g status-right-length 100
set -g status-left-length 100
set -g status-left ""
set -g status-right "#{E:@catppuccin_status_application}"
set -agF status-right "#{E:@catppuccin_status_cpu}"
set -ag status-right "#{E:@catppuccin_status_session}"
set -ag status-right "#{E:@catppuccin_status_uptime}"
set -agF status-right "#{E:@catppuccin_status_battery}"

run ~/.config/tmux/plugins/tmux-plugins/tmux-cpu/cpu.tmux
run ~/.config/tmux/plugins/tmux-plugins/tmux-battery/battery.tmux

Or, if using TPM, just run TPM

Attach screenshots.

No response

What tmux version are you seeing the issue on?

tmux 3.5a

What shell are you using?

zsh

Any additional comments?

I also tested this to see if it will disable all modules, but it doesn't work either:
set -g @catppuccin_status_modules ""

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions