50 lines
838 B
Plaintext
50 lines
838 B
Plaintext
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"display": {
|
|
"size": {
|
|
"maxPrefix": "MB",
|
|
"ndigits": 0
|
|
}
|
|
},
|
|
"logo": {
|
|
"source": "/etc/zdt-ascii.txt",
|
|
"type": "file",
|
|
"color": {
|
|
"1": "38;2;32;120;108"
|
|
}
|
|
},
|
|
"modules": [
|
|
"break",
|
|
{
|
|
"type": "custom",
|
|
"format": "{#2}Welcome to Alpine - ZeroDownTime edition"
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "-> {#3}https://kubezero.com/releases/v1.31"
|
|
},
|
|
"break",
|
|
"title",
|
|
"separator",
|
|
"os",
|
|
"host",
|
|
{
|
|
"type": "kernel",
|
|
"format": "{release}"
|
|
},
|
|
"uptime",
|
|
"cpu",
|
|
{
|
|
"type": "gpu",
|
|
"key": "GPU"
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"format": "{} / {}"
|
|
},
|
|
"swap",
|
|
"disk",
|
|
"localIP"
|
|
]
|
|
}
|