fastfetch/presets/paleofetch.jsonc 656 B raw
1
{
2
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
3
    "modules": [
4
        "title",
5
        "separator",
6
        "os",
7
        {
8
            "type": "host",
9
            "format": "{/2}{-}{/}{2}{?3} {3}{?}"
10
        },
11
        "kernel",
12
        "uptime",
13
        {
14
            "type": "battery",
15
            "format": "{/4}{-}{/}{4}{?5} [{5}]{?}"
16
        },
17
        "break",
18
        "packages",
19
        "shell",
20
        "display",
21
        "terminal",
22
        "break",
23
        "cpu",
24
        {
25
            "type": "gpu",
26
            "key": "GPU"
27
        },
28
        "memory",
29
        "break",
30
        "colors"
31
    ]
32
}