Files
fastfetch/presets/examples/23.jsonc
T
Princess-Sunset-Shimmer b0270f36f9 Logo (Builtin): add new small vanilla logo (#1167)
* 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>
2024-08-07 10:49:44 +08:00

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"
}
]
}