summaryrefslogtreecommitdiffstats
path: root/presets/examples/30.jsonc
blob: 5914c7d40cf3be7e14b0eccf8a660d1021fb6d26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
    "logo": null,
    "display": {
        "key": {
            "type": "both",
            "paddingLeft": 6,
            "width": 17
        }
    },
    "modules": [
        {
            "type": "custom",
            "format": "|---------------------: {#1}Hardware{#} : ---------------------|"
        },
        "break",
        {
            "keyColor": "green",
            "type": "host"
        },
        {
            "keyColor": "green",
            "type": "cpu"
        },
        {
            "keyColor": "yellow",
            "type": "memory"
        },
        {
            "keyColor": "yellow",
            "type": "swap"
        },
        {
            "type": "custom",
            "keyIcon": "",
            "key": "Disks"
        },
        {
            "type": "disk",
            "key": " ",
            "format": "        [{mountpoint}] - {size-used} / {size-total} ({size-percentage})"
        },
        "break",
        {
            "type": "title",
            "format": "|-------------------------------------------------------|\u001b[40D: {#1}{user-name} @ {host-name}{#} :"
        },
        "break",
        {
            "type": "os",
            "keyColor": "cyan"
        },
        {
            "type": "kernel",
            "keyColor": "cyan"
        },
        {
            "type": "packages",
            "keyColor": "red",
            "key": "Pkgs"
        },
        {
            "type": "shell",
            "keyColor": "red"
        },
        {
            "type": "terminal",
            "key": "Term",
            "keyColor": "red"
        },
        {
            "type": "locale",
            "keyColor": "magenta"
        },
        "break",
        {
            "type": "custom",
            "format": "|---------------------: {#1}Software{#} : ---------------------|"
        },
        "break",
        {
            "type": "colors",
            "symbol": "circle",
            "paddingLeft": 8
        }
    ]
}