59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"modules": [
|
|
{
|
|
"type": "title"
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"key": " os",
|
|
"type": "os"
|
|
},
|
|
{
|
|
"key": "└ kernel",
|
|
"type": "kernel"
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"key": " host",
|
|
"type": "host"
|
|
},
|
|
{
|
|
"key": "├ gpu",
|
|
"type": "gpu",
|
|
"format": "{vendor} {name}"
|
|
},
|
|
{
|
|
"key": "└ cpu",
|
|
"type": "cpu",
|
|
"format": "{name}"
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"key": " shell",
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"key": "├ wm",
|
|
"type": "wm"
|
|
},
|
|
{
|
|
"key": "├ de",
|
|
"type": "de"
|
|
},
|
|
{
|
|
"key": "└ up",
|
|
"type": "uptime"
|
|
},
|
|
{
|
|
"type": "break"
|
|
}
|
|
]
|
|
}
|