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