fastfetch/presets/examples/3.jsonc 475 B raw
1
// Load with --load-config examples/3.jsonc
2
3
{
4
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
5
    "logo": {
6
        "type": "small"
7
    },
8
    "display": {
9
        "size": {
10
            "binaryPrefix": "si"
11
        }
12
    },
13
    "modules": [
14
        "vulkan",
15
        "opengl",
16
        "opencl",
17
        "memory",
18
        {
19
            "type": "disk",
20
            "folders": "/:/home:/boot:/efi"
21
        },
22
        "localip"
23
    ]
24
}