18 lines
316 B
JSON
18 lines
316 B
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "small"
|
|
},
|
|
"modules": [
|
|
"title",
|
|
"os",
|
|
"uptime",
|
|
"packages",
|
|
"display",
|
|
"cpu",
|
|
"gpu",
|
|
"memory",
|
|
"localip"
|
|
]
|
|
}
|