I am not requesting help with my configuration and believe something is genuinely 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.
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 ""
I am not requesting help with my configuration and believe something is genuinely 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.
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.tmuxMake 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 ""