Logo: add CGOS logo - #2494
Open
EasyCanadianGamer wants to merge 5 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds built-in ASCII logos for the CGOS (Canadian Gamer OS) distribution so fastfetch can render the correct logo (normal + small variant) when requested/detected.
Changes:
- Added a new CGOS ASCII logo (
cgos.txt). - Added a new CGOS small ASCII logo variant (
cgos_small.txt). - Registered both logos in the
Clogo table (src/logo/ascii/c.inc) with colors and small-logo type flag.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/logo/ascii/c/cgos.txt | Adds the normal-size CGOS ASCII art with $1/$2 color placeholders. |
| src/logo/ascii/c/cgos_small.txt | Adds the small-size CGOS ASCII art variant. |
| src/logo/ascii/c.inc | Registers CGOS and its small variant in the built-in logo list and assigns colors. |
Suppressed comments (1)
src/logo/ascii/c.inc:198
- Small-logo names are compared case-insensitively, and the project convention is to keep the same capitalization as the primary logo name (e.g.
CRUX_small,MX_small). Using lowercase here is inconsistent with that convention and will show up inconsistently in--logo-list.
.names = { "cgos_small" },
| #ifdef FASTFETCH_DATATEXT_LOGO_CGOS | ||
| // CGOS | ||
| { | ||
| .names = { "cgos", "CGOS" }, |
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.
Summary
This adds CGOS into fastfetch
Related issue (required for new logos for new distros)
Close #2487
Changes
Screenshots
This is on my host:


This is on my VM of my ISO which I just git cloned:


Checklist