docs(preset): add Void Linux symbol to catppuccin-powerline#7497
Open
gaurav0107 wants to merge 1 commit into
Open
docs(preset): add Void Linux symbol to catppuccin-powerline#7497gaurav0107 wants to merge 1 commit into
gaurav0107 wants to merge 1 commit into
Conversation
The catppuccin-powerline preset's [os.symbols] table was missing an entry for Void Linux. Add `Void = ""` (Nerd Font U+F32E, the standard Void Linux logo) so users running Void on the Catppuccin preset see a themed icon out of the box without a manual override. This matches the existing Void mapping in nerd-font-symbols.toml and plain-text-symbols.toml, and the Type::Void enum is already handled in src/configs/os.rs and src/modules/os.rs. Closes starship#7397
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Shadow auto-approve: would auto-approve. This is a single-line addition of a Void Linux icon mapping to a preset TOML file, which aligns with existing symbols for other operating systems and follows the same pattern, posing no risk to core logic, data, or infrastructure.
Re-trigger cubic
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.
Description
Adds
Void = ""(Nerd Font U+F32E, the standard Void Linux logo) to the[os.symbols]table indocs/public/presets/toml/catppuccin-powerline.tomlso users running Void Linux on the Catppuccin Powerline preset see a themed icon out of the box.The change is a single-line addition appended to the existing section:
Motivation and Context
Closes #7397.
The
Type::Voidenum variant is already handled by:src/configs/os.rs(default config symbol mapping)src/modules/os.rs(default fallback symbol)docs/public/presets/toml/nerd-font-symbols.tomldocs/public/presets/toml/plain-text-symbols.tomlCatppuccin Powerline was the only Nerd-Font-aware preset missing this entry, so Void users had to manually override the symbol when adopting the preset.
How Has This Been Tested?
cargo fmt --all -- --check— passes (no Rust changes)cargo clippy --workspace --locked -- -D warnings— passescargo check --workspace --locked— passescargo test --workspace --locked(preset + os modules) — passes locallyKey = "string"line within an existing tableThe change does not touch Rust code, so behavior of any module is unchanged. Existing Catppuccin users are unaffected unless they re-export the preset.
Screenshots (if appropriate)
N/A — preset content addition only.
Types of changes
starship preset catppuccin-powerline)Checklist