2023-06-25 20:53:27 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
|
|
|
"modules": [
|
2024-05-07 02:54:36 +02:00
|
|
|
{
|
|
|
|
|
"type": "host",
|
|
|
|
|
"format": "{?2}{2}{?}{?5} ({5}){?}"
|
|
|
|
|
},
|
|
|
|
|
"chassis",
|
|
|
|
|
{
|
|
|
|
|
"type": "board",
|
|
|
|
|
"format": "{?1}{1}{?}{?2} ({2}){?}"
|
|
|
|
|
},
|
2023-06-25 20:53:27 +08:00
|
|
|
"cpu",
|
|
|
|
|
{
|
|
|
|
|
"type": "memory",
|
|
|
|
|
"format": "{?2}{2}{?}"
|
|
|
|
|
},
|
2024-05-07 02:54:36 +02:00
|
|
|
"physicaldisk",
|
|
|
|
|
"gpu",
|
|
|
|
|
"display",
|
|
|
|
|
"monitor",
|
|
|
|
|
{
|
|
|
|
|
"type": "wifi",
|
|
|
|
|
"format": "{?1}{1}{?}{?6} - {6}{?}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "sound",
|
|
|
|
|
"format": "{?2}{2}{?}"
|
|
|
|
|
},
|
|
|
|
|
"camera",
|
2023-06-25 20:53:27 +08:00
|
|
|
{
|
|
|
|
|
"type": "battery",
|
2024-05-07 02:54:36 +02:00
|
|
|
"format": "{?1}{1}{?}{?2} {2}{?}{?3} ({3}){?}"
|
|
|
|
|
},
|
|
|
|
|
"poweradapter"
|
2023-06-25 20:53:27 +08:00
|
|
|
]
|
|
|
|
|
}
|