/ .config / fastfetch / config.jsonc
config.jsonc
 1  {
 2    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
 3    "logo": {
 4      "type": "sixel"
 5    },
 6    "modules": [
 7      "title",
 8      "separator",
 9      "os",
10      "host",
11      "kernel",
12      "uptime",
13      "packages",
14      "shell",
15      "display",
16      "de",
17      "wm",
18      "wmtheme",
19      "theme",
20      "icons",
21      "font",
22      "cursor",
23      "terminal",
24      "terminalfont",
25      "cpu",
26      "gpu",
27      "memory",
28      "swap",
29      //"disk",
30      //"localip",
31      "battery",
32      "poweradapter",
33      "locale",
34      "break",
35      "colors"
36    ]
37  }