-
Notifications
You must be signed in to change notification settings - Fork 563
Description
Description
If a module doesn't match, it is ignored/passed. Many of the examples feature modules that are formatted to be part of the structure (in this case, the node of a tree). I would like an option to force it to render that line, even if it says something like "Unknown" or "N/A" or even "".
{
"type": "host",
"key": " PC",
"keyColor": "green",
"alwaysShow": true,
"defaultValue": ""
},
Motivation
I'm working off of examples/10.jsonc, with some stuff simply commented out.
On my local Kubuntu machine, the "host" section works (PC -> Precision 3551
)
Via Tailscale SSH, fastfetch isn't able to get the "host" info, and it just doesn't render the line. I would like an option to force it to render that line, even if it says something like "Unknown" or "N/A" or even "". I apologize if this already exists. I've poked around but can't seem to find it.
This could 100% be replicated inside a command
module by recreating the given module yourself, but it seems like the kind of function that all modules could benefit from.

Thanks for your consideration!
Additional context
No response