fastfetch/presets/examples/9.jsonc 746 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
        "key": {
8
            "width": 11
9
        },
10
        "bar": {
11
            "charElapsed": "=",
12
            "charTotal": "-",
13
            "width": 13
14
        },
15
        "percent": {
16
            "type": 2
17
        }
18
    },
19
    "modules": [
20
        "title",
21
        "separator",
22
        "memory",
23
        "swap",
24
        {
25
            "type": "disk",
26
            "folders": "/"
27
        },
28
        {
29
            "type": "battery",
30
            "key": "Battery"
31
        },
32
        {
33
            "type": "colors",
34
            "paddingLeft": 10,
35
            "symbol": "circle"
36
        }
37
    ]
38
}