// _____ _____ _____ _____ _____ _____ _____ _____ _____
// | __| _ | __|_ _| __| __|_ _| | | |
// | __| |__ | | | | __| __| | | | --| |
// |__| |__|__|_____| |_| |__| |_____| |_| |_____|__|__| APPLE
//
// Rainbow Apple Logo (Classic/Retro)
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "Apple",
"padding": {
"top": 0,
"left": 2,
"right": 3
},
"printRemaining": true
},
"display": {
"separator": " ",
"key": {
"width": 12
}
},
"modules": [
{
"type": "title",
"format": "{user-name}@{host-name}"
},
{
"type": "separator",
"string": "----------------------"
},
{
"type": "os",
"key": "OS",
"keyColor": "green"
},
{
"type": "host",
"key": "Host",
"keyColor": "green"
},
{
"type": "kernel",
"key": "Kernel",
"keyColor": "yellow"
},
{
"type": "uptime",
"key": "Uptime",
"keyColor": "yellow"
},
{
"type": "packages",
"key": "Packages",
"keyColor": "blue"
},
{
"type": "shell",
"key": "Shell",
"keyColor": "blue"
},
{
"type": "display",
"key": "Resolution",
"keyColor": "magenta"
},
{
"type": "wm",
"key": "WM",
"keyColor": "magenta"
},
{
"type": "terminal",
"key": "Terminal",
"keyColor": "cyan"
},
{
"type": "cpu",
"key": "CPU",
"keyColor": "cyan"
},
{
"type": "gpu",
"key": "GPU",
"keyColor": "red"
},
{
"type": "memory",
"key": "Memory",
"keyColor": "red"
},
{
"type": "disk",
"key": "Disk",
"keyColor": "red",
"folders": "/home"
},
"break",
"break",
{
"type": "colors",
"symbol": "circle"
}
]
}