fastfetch/config.jsonc 435 B raw
1
{
2
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
3
  "logo": {
4
    "type": "small",
5
    "padding": {
6
      "top": 1,
7
    },
8
  },
9
  "modules": [
10
    "title",
11
    "separator",
12
    "os",
13
    "host",
14
    "uptime",
15
    "packages",
16
    "shell",
17
    "theme",
18
    "cursor",
19
    "terminal",
20
    "memory",
21
    "disk",
22
    "battery",
23
    "temperature",
24
    "poweradapter",
25
    "break",
26
    "colors",
27
  ],
28
}