alpine-overlay/kubezero/zdt-base/fastfetch.jsonc

50 lines
838 B
Plaintext
Raw Normal View History

2025-01-06 17:26:58 +00:00
{
"$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"
]
}