nothing worth mensioning

This commit is contained in:
2025-07-25 16:26:51 +02:00
parent a47bf3d9ce
commit 359998092e
6 changed files with 228 additions and 175 deletions

View File

@@ -1,24 +1,24 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": {
"key": {
// "width": 14
}
},
"modules": [
{ "type": "title" },
{ "type": "separator" },
{ "key": " os", "type": "os" },
{ "key": "┠ host", "type": "host" },
{ "key": "┠ cpu", "type": "cpu" },
{ "key": "┠ gpu", "type": "gpu" },
{ "key": "┖ uptime", "type": "uptime" },
{ "type": "break" },
{ "key": " display", "type": "display" },
{ "key": "┠ wm", "type": "wm" },
{ "key": "┠ de", "type": "de" },
{ "key": "┠ shell", "type": "shell" },
{ "key": "┖ terminal", "type": "terminal" },
{ "type": "break" }
]
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": {
"key": {
// "width": 14
}
},
"modules": [
{ "type": "title" },
{ "type": "separator" },
{ "key": " os", "type": "os" },
{ "key": "┠ kernel", "type": "kernel" },
{ "key": "┠ cpu", "type": "cpu" },
{ "key": "┠ gpu", "type": "gpu" },
{ "key": "┖ host", "type": "host" },
{ "type": "break" },
{ "key": " wm", "type": "wm" },
{ "key": "┠ de", "type": "de" },
{ "key": "┠ shell", "type": "shell" },
{ "key": "┠ terminal", "type": "terminal" },
{ "key": "┖ uptime", "type": "uptime" },
{ "type": "break" }
]
}