fastfetch/presets/examples/11.jsonc 831 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
            "separator": "red"
10
        }
11
    },
12
    "modules": [
13
        {
14
            "key": "Distro      ",
15
            "type": "os"
16
        },
17
        {
18
            "key": "Shell       ",
19
            "type": "shell"
20
        },
21
        {
22
            "key": "Terminal    ",
23
            "type": "terminal"
24
        },
25
        {
26
            "key": "Display     ",
27
            "type": "display"
28
        },
29
        {
30
            "key": "Backlight   ",
31
            "type": "brightness"
32
        },
33
        "break",
34
        {
35
            "type": "colors",
36
            "paddingLeft": 6,
37
            "symbol": "circle"
38
        }
39
    ]
40
}