fastfetch/presets/neofetch.jsonc 980 B raw
1
{
2
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
3
    "display": {
4
        "size": {
5
            "maxPrefix": "MB",
6
            "ndigits": 0
7
        }
8
    },
9
    "modules": [
10
        "title",
11
        "separator",
12
        "os",
13
        "host",
14
        {
15
            "type": "kernel",
16
            "format": "{release}"
17
        },
18
        "uptime",
19
        "packages",
20
        "shell",
21
        {
22
            "type": "display",
23
            "compactType": "original",
24
            "key": "Resolution"
25
        },
26
        "de",
27
        "wm",
28
        "wmtheme",
29
        "theme",
30
        "icons",
31
        "terminal",
32
        {
33
            "type": "terminalfont",
34
            "format": "{/name}{-}{/}{name}{?size} {size}{?}"
35
        },
36
        "cpu",
37
        {
38
            "type": "gpu",
39
            "key": "GPU"
40
        },
41
        {
42
            "type": "memory",
43
            "format": "{} / {}"
44
        },
45
        "break",
46
        "colors"
47
    ]
48
}