summaryrefslogtreecommitdiff
path: root/.config/fastfetch/config.jsonc
blob: a61665b693a2120197519b762ce438eec37d994e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "logo": {
    "source": "none",
    "type": "builtin",
  },
  "display": {
    "separator": ": ",
    "key": {
      "width": 11,
    },
  },
  "modules": ["os", "kernel", "uptime", "shell", "terminal", "cpu", "memory"],
}