added fonts

This commit is contained in:
2025-06-07 15:55:35 -05:00
parent c88f53156e
commit 6efd3714f4
90 changed files with 1282 additions and 72 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
// "logo": {
// "source": "~/.config/fastfetch/fedora.png",
// "type": "auto",
// "width": 10
// },
"logo": {
"type": "small"
},
"modules": [
"title",
"separator",
"os",
"kernel",
"uptime",
"packages",
"shell",
"de",
"terminal",
"terminalfont",
"cpu",
"gpu",
"memory",
"swap",
"disk",
"localip",
"battery",
"poweradapter",
"break",
"colors"
]
}