fastfetch/presets/ci.jsonc 2.2 K raw
1
{
2
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
3
    "display": {
4
        "stat": true,
5
        "pipe": true,
6
        "showErrors": true,
7
        "noBuffer": true
8
    },
9
    "logo": null,
10
    "modules": [
11
        "title",
12
        "separator",
13
        "os",
14
        "host",
15
        "bios",
16
        "bootmgr",
17
        "board",
18
        "chassis",
19
        "kernel",
20
        "initsystem",
21
        "uptime",
22
        "loadavg",
23
        "processes",
24
        "packages",
25
        "shell",
26
        "editor",
27
        "display",
28
        "brightness",
29
        "monitor",
30
        "lm",
31
        "de",
32
        "wm",
33
        "wmtheme",
34
        "theme",
35
        "icons",
36
        "font",
37
        "cursor",
38
        "wallpaper",
39
        "terminal",
40
        "terminalfont",
41
        "terminalsize",
42
        "terminaltheme",
43
        {
44
            "type": "cpu",
45
            "showPeCoreCount": true,
46
            "temp": true
47
        },
48
        "cpucache",
49
        "cpuusage",
50
        {
51
            "type": "gpu",
52
            "driverSpecific": true,
53
            "temp": true
54
        },
55
        "memory",
56
        "physicalmemory",
57
        "swap",
58
        "disk",
59
        "btrfs",
60
        "zpool",
61
        {
62
            "type": "battery",
63
            "temp": true
64
        },
65
        "poweradapter",
66
        "player",
67
        "media",
68
        {
69
            "type": "publicip",
70
            "timeout": 1000
71
        },
72
        {
73
            "type": "localip",
74
            "showIpv6": true,
75
            "showMac": true,
76
            "showSpeed": true,
77
            "showMtu": true,
78
            "showLoop": true,
79
            "showFlags": true,
80
            "showAllIps": true
81
        },
82
        "dns",
83
        "wifi",
84
        "datetime",
85
        "locale",
86
        "vulkan",
87
        "opengl",
88
        "opencl",
89
        "users",
90
        "bluetooth",
91
        "bluetoothradio",
92
        "sound",
93
        "camera",
94
        "gamepad",
95
        {
96
            "type": "weather",
97
            "timeout": 1000
98
        },
99
        "netio",
100
        "diskio",
101
        {
102
            "type": "physicaldisk",
103
            "temp": true
104
        },
105
        "tpm",
106
        "version",
107
        "break",
108
        "colors"
109
    ]
110
}