some updates regarding fastfetch

This commit is contained in:
2026-04-29 22:52:27 +02:00
parent 9ab6fffba6
commit 65e66968e2
30 changed files with 3103 additions and 227 deletions
+24
View File
@@ -0,0 +1,24 @@
// Load with --config examples/3.jsonc
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small"
},
"display": {
"size": {
"binaryPrefix": "si"
}
},
"modules": [
"vulkan",
"opengl",
"opencl",
"memory",
{
"type": "disk",
"folders": "/:/home:/boot:/efi"
},
"localip"
]
}