mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Logo: general fixes
1. updates JSON schema 2. removes unused fields 3. runs tests in CI
This commit is contained in:
@@ -3202,6 +3202,20 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "Logo",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"type": {
|
||||
"const": "logo",
|
||||
"description": "Query built-in logo for JSON output"
|
||||
},
|
||||
"condition": {
|
||||
"$ref": "#/$defs/conditions"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "Media",
|
||||
"type": "object",
|
||||
|
||||
@@ -109,6 +109,7 @@
|
||||
},
|
||||
"tpm",
|
||||
"version",
|
||||
"logo",
|
||||
"break",
|
||||
"colors"
|
||||
]
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
typedef struct FFLogoOptions
|
||||
{
|
||||
FFModuleArgs moduleArgs;
|
||||
} FFLogoOptions;
|
||||
|
||||
static_assert(sizeof(FFLogoOptions) <= FF_OPTION_MAX_SIZE, "FFLogoOptions size exceeds maximum allowed size");
|
||||
|
||||
Reference in New Issue
Block a user