Open
Description
General description of bug:
- What happened: if you create a second "custom" object and leave the key blank, it will inherit the last "custom" key
- What should happen: the second "custom" object's key should be blank
- Fastfetch version used: 2.33.0
- Did it work in an older version: unknown
- Where did you get the binary: nixpkgs
- Does this issue still occur in the latest dev build?: unknown
Often helpful information:
Configuration file:
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": {
"size": {
"ndigits": 0
}
},
"modules": [
{
"type": "custom",
"key": "My Key Here",
"format": "Some text",
},
{
"type": "custom",
"format": "―――――――――――――――――――――――"
},
]
}
Bad output:
My Key Here: Some text
My Key Here: ―――――――――――――――――――――――
Expected output:
My Key Here: Some text
―――――――――――――――――――――――
If fastfatch crashed or froze
n/a
If fastfetch is slow
n/a
If an image or logo didn't show
n/a
If fastfetch behaves incorrectly on shell startup
n/a