mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:24:58 +02:00
260c883d07
Update hardware.jsonc preset, fix logo being forced to arch, add more hardware information.
38 lines
702 B
JSON
38 lines
702 B
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"modules": [
|
|
{
|
|
"type": "host",
|
|
"format": "{?2}{2}{?}{?5} ({5}){?}"
|
|
},
|
|
"chassis",
|
|
{
|
|
"type": "board",
|
|
"format": "{?1}{1}{?}{?2} ({2}){?}"
|
|
},
|
|
"cpu",
|
|
{
|
|
"type": "memory",
|
|
"format": "{?2}{2}{?}"
|
|
},
|
|
"physicaldisk",
|
|
"gpu",
|
|
"display",
|
|
"monitor",
|
|
{
|
|
"type": "wifi",
|
|
"format": "{?1}{1}{?}{?6} - {6}{?}"
|
|
},
|
|
{
|
|
"type": "sound",
|
|
"format": "{?2}{2}{?}"
|
|
},
|
|
"camera",
|
|
{
|
|
"type": "battery",
|
|
"format": "{?1}{1}{?}{?2} {2}{?}{?3} ({3}){?}"
|
|
},
|
|
"poweradapter"
|
|
]
|
|
}
|