Files
dotfiles/config/fastfetch/brief.jsonc
2025-10-19 00:14:19 +02:00

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