mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
26 lines
535 B
JSON
26 lines
535 B
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "builtin",
|
|
"source": "arch"
|
|
},
|
|
"modules": [
|
|
"host",
|
|
"display",
|
|
"cpu",
|
|
"gpu",
|
|
{
|
|
"type": "memory",
|
|
"format": "{?2}{2}{?}"
|
|
},
|
|
{
|
|
"type": "disk",
|
|
"format": "{?2}{2}{?}"
|
|
},
|
|
{
|
|
"type": "battery",
|
|
"format": "{?1}{1} {?}{?2}{2} {?}{?3}({3}){?}"
|
|
}
|
|
]
|
|
}
|