dots


dots / config / .config / fastfetch
xxwhirlpool  ·  2025-06-19

config.jsonc

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