2026-01-15 19:05:23 +00:00
|
|
|
// Load with --config examples/5.jsonc
|
2023-06-25 20:53:27 +08:00
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
2023-06-25 21:22:44 +08:00
|
|
|
"logo": null,
|
2023-06-25 20:53:27 +08:00
|
|
|
"display": {
|
2024-07-15 14:01:35 +08:00
|
|
|
"color": "magenta"
|
2023-06-25 20:53:27 +08:00
|
|
|
},
|
|
|
|
|
"modules": [
|
|
|
|
|
{
|
|
|
|
|
"type": "theme",
|
2024-05-05 22:12:33 +08:00
|
|
|
"key": "T"
|
2023-06-25 20:53:27 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "icons",
|
2024-04-09 22:51:08 +08:00
|
|
|
"key": "I"
|
2023-06-25 20:53:27 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "font",
|
|
|
|
|
"key": "F"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "cursor",
|
|
|
|
|
"key": "C"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|