25 lines
496 B
JSON
25 lines
496 B
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"source": "opensuse",
|
|
"type": "small"
|
|
},
|
|
"modules": [
|
|
"title",
|
|
"separator",
|
|
"host",
|
|
"uptime",
|
|
"shell",
|
|
"break",
|
|
"cpu",
|
|
"gpu",
|
|
"memory",
|
|
"disk",
|
|
"break",
|
|
"localip",
|
|
{
|
|
"type": "publicip",
|
|
"url": "http://ip.eyedevelop.org"
|
|
}
|
|
]
|
|
}
|