Doc: update README [ci skip]

This commit is contained in:
李通洲
2025-01-03 13:56:48 +08:00
parent 3dc51d5f88
commit 89d636447b
+10
View File
@@ -226,6 +226,16 @@ In JSONC, you can use:
}
```
### Q: How to hide a key?
Set the key to a white space.
```jsonc
{
"key": " "
}
```
### Q: I want feature A / B / C. Will fastfetch support it?
Fastfetch is a system information tool. We only accept hardware or system level software feature requests. For most personal uses, I recommend using `Command` module to detect it yourself, which can be used to grab output from a custom shell script: