mirror of https://codeberg.org/anemofilia/zero
44 lines
896 B
Plaintext
44 lines
896 B
Plaintext
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"display": {
|
|
"size": {
|
|
"maxPrefix": "MB",
|
|
"ndigits": 0
|
|
}
|
|
},
|
|
"modules": [
|
|
"title",
|
|
"separator",
|
|
"os",
|
|
"host",
|
|
{
|
|
"type": "kernel",
|
|
"format": "{release}"
|
|
},
|
|
"uptime",
|
|
"packages",
|
|
"shell",
|
|
{
|
|
"type": "display",
|
|
"compactType": "original",
|
|
"key": "Resolution"
|
|
},
|
|
"wm",
|
|
"terminal",
|
|
{
|
|
"type": "terminalfont",
|
|
"format": "{/name}{-}{/}{name}{?size} {size}{?}"
|
|
},
|
|
"cpu",
|
|
{
|
|
"type": "gpu",
|
|
"key": "GPU"
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"format": "{} / {}"
|
|
},
|
|
"break",
|
|
]
|
|
}
|