fastfetch/presets/examples/5.jsonc 522 B raw
1
// Load with --load-config examples/5.jsonc
2
3
{
4
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
5
    "logo": null,
6
    "display": {
7
        "color": "magenta"
8
    },
9
    "modules": [
10
        {
11
            "type": "theme",
12
            "key": "T"
13
        },
14
        {
15
            "type": "icons",
16
            "key": "I"
17
        },
18
        {
19
            "type": "font",
20
            "key": "F"
21
        },
22
        {
23
            "type": "cursor",
24
            "key": "C"
25
        }
26
    ]
27
}