summaryrefslogtreecommitdiffstats
path: root/presets/examples/3.jsonc
blob: 4e9657e05a7e8012751d460a5de5e6ba72e2d24e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// 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"
    ]
}