better structure

This commit is contained in:
2025-10-19 00:14:19 +02:00
parent 057afc086e
commit 8733656ed9
630 changed files with 81 additions and 137 deletions

View File

@@ -0,0 +1,58 @@
{
"$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"
}
]
}