41 lines
891 B
JSON
41 lines
891 B
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
|
|
"modules": [
|
|
"title",
|
|
"separator",
|
|
"os",
|
|
"host",
|
|
"kernel",
|
|
"uptime",
|
|
"shell",
|
|
"display",
|
|
"de",
|
|
"cpu",
|
|
"gpu",
|
|
"memory",
|
|
"swap",
|
|
"disk",
|
|
"wifi",
|
|
"localip",
|
|
//"publicip",
|
|
//"dns",
|
|
"poweradapter"
|
|
],
|
|
"logo": {
|
|
"type": "auto", // Logo type: auto, builtin, small, file, etc.
|
|
"source": "manjaro", // Built-in logo name or file path
|
|
// "width": 40, // Width in characters
|
|
// "height": 15, // Height in characters
|
|
// "padding": {
|
|
// "top": 0, // Top padding
|
|
// "left": 0, // Left padding
|
|
// "right": 2 // Right padding
|
|
// },
|
|
"color": { // Override logo colors
|
|
"1": "blue",
|
|
"2": "green"
|
|
}
|
|
}
|
|
|
|
}
|