mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "small"
|
|
},
|
|
"display": {
|
|
"constants": [
|
|
"██ "
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"key": "{$1}Distro",
|
|
"keyColor": "38;5;210",
|
|
"type": "os"
|
|
},
|
|
{
|
|
"key": "{$1}Kernel",
|
|
"keyColor": "38;5;84",
|
|
"type": "kernel"
|
|
},
|
|
{
|
|
"key": "{$1}Shell",
|
|
"keyColor": "38;5;147",
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"key": "{$1}Packages",
|
|
"keyColor": "38;5;200",
|
|
"type": "packages"
|
|
},
|
|
{
|
|
"key": "{$1}WM",
|
|
"keyColor": "38;5;44",
|
|
"type": "wm"
|
|
},
|
|
{
|
|
"key": "{$1}CPU",
|
|
"keyColor": "38;5;75",
|
|
"type": "cpu"
|
|
},
|
|
{
|
|
"key": "{$1}Memory",
|
|
"keyColor": "38;5;123",
|
|
"type": "memory"
|
|
}
|
|
]
|
|
}
|