fastfetch/presets/examples/8.jsonc 849 B raw
1
{
2
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
3
    "logo": {
4
        "type": "small"
5
    },
6
    "display": {
7
        "separator": "  ",
8
        "color": {
9
            "keys": "magenta"
10
        },
11
        "size": {
12
            "ndigits": 0,
13
            "maxPrefix": "MB"
14
        },
15
        "key": {
16
            "type": "icon"
17
        }
18
    },
19
    "modules": [
20
        {
21
            "type": "title",
22
            "color": {
23
                "user": "green",
24
                "at": "red",
25
                "host": "blue"
26
            }
27
        },
28
        "os",
29
        "kernel",
30
        "memory",
31
        "packages",
32
        "uptime",
33
        {
34
            "type": "colors",
35
            "key": "Colors", // For printing icon
36
            "block": {
37
                "range": [1, 6]
38
            }
39
        }
40
    ]
41
}