-
-
Notifications
You must be signed in to change notification settings - Fork 819
Description
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?
- I have searched the existing issues and troubleshooting guide, and they do not solve my 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 ""