mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
b0270f36f9
* Create vanilla_small.txt * Update builtin.c for new vanilla small logo * Update builtin.c * Create 23.jsonc * Update 23.jsonc * Update builtin.c --------- Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
// designed for presenting Vanilla Linux
|
|
// inspired from imstilllearnin's Vanilla Logo Ultra
|
|
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "small"
|
|
},
|
|
"display": {
|
|
"color": {
|
|
"output": "cyan"
|
|
},
|
|
"separator": ""
|
|
},
|
|
"modules": [
|
|
{
|
|
"type": "kernel",
|
|
"key": "Vanilla ",
|
|
"keyColor": "blue"
|
|
},
|
|
{
|
|
"type": "packages",
|
|
"key": " [_Packages_> ",
|
|
"keyColor": "green"
|
|
},
|
|
{
|
|
"type": "localip",
|
|
"key": " [_Local_IP_> ",
|
|
"keyColor": "green"
|
|
},
|
|
{
|
|
"type": "cpu",
|
|
"key": " [_CPU______> ",
|
|
"keyColor": "magenta"
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"key": " [_RAM______> ",
|
|
"keyColor": "magenta"
|
|
},
|
|
{
|
|
"type": "swap",
|
|
"key": " [_SWAP_____> ",
|
|
"keyColor": "magenta"
|
|
},
|
|
{
|
|
"type": "disk",
|
|
"key": " [_Disk_____> ",
|
|
"keyColor": "magenta"
|
|
},
|
|
"break",
|
|
{
|
|
"type":"colors",
|
|
"paddingLeft": 9,
|
|
"symbol": "circle"
|
|
}
|
|
]
|
|
}
|