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