Closed wojciech-kulik closed 3 months ago
Do you also get the warning when removing the trailing space from modules left and setting right to ""
?
You are right, it's caused by:
set -g @catppuccin_status_modules_right " "
set -g @catppuccin_status_modules_left "session "
I replaced it with:
set -g @catppuccin_status_modules_right ""
set -g @catppuccin_status_modules_left "session"
and warnings are gone, but now the default modules appear on the right side. How can I remove them?
and warnings are gone, but now the default modules appear on the right side. How can I remove them?
Setting a ln option to "null"
will clear/remove it without falling back to the default.
https://github.com/catppuccin/tmux?tab=readme-ov-file#removing-a-specific-module-option
Works great now! Thank you 🍻 !
Is still an error in the README, will fix later. And need to check if a module is not just empty space before trying to load it.
Is there an existing issue outlining your problem?
Describe your problem.
When I reload my config I get:
Everything seems to be working, but the error is annoying.
Paste your configuration.
Attach screenshots.
No response
What tmux version are you seeing the issue on?
tmux 3.4
Any additional comments?
No response