mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
21 lines
426 B
JSON
21 lines
426 B
JSON
// Load with --load-config examples/3.jsonc
|
|
|
|
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": "debian_small",
|
|
"display": {
|
|
"binaryPrefix": "si"
|
|
},
|
|
"modules": [
|
|
"vulkan",
|
|
"opengl",
|
|
"opencl",
|
|
"memory",
|
|
{
|
|
"type": "disk",
|
|
"folders": "/:/home:/boot:/efi"
|
|
},
|
|
"localip"
|
|
]
|
|
}
|