some fixes#291
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request improves the robustness and flexibility of the tmux Catppuccin status modules by introducing a shared
status_module.conffor consistent styling, updating references to this new configuration, and adding new key bindings for the speedtest module. The changes ensure modules are only sourced if present, preventing errors, and enhance customization options.Shared status module configuration and styling:
tmux/status_module.conffile that centralizes and standardizes status module styling, including color and background settings for icons and text, and ensures modules visually "connect" when required.tmux/custom_modules/ctp_speedtest.confto conditionally source the sharedstatus_module.confonly if it exists, improving robustness and preventing errors when the file is missing.tmux/post-catppuccin.confto reference the new location ofstatus_module.conffor the outdated packages module, ensuring consistency with the new structure.Speedtest module enhancements:
@speedtest_detail_keyand@speedtest_compare_keytotmux/tmux.conffor improved interaction with the speedtest module.