add configuration files

This commit is contained in:
unset
2025-03-09 16:00:20 +01:00
committed by Quinn
commit 0bff70d604
51 changed files with 6970 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"title",
"separator",
"break",
// os-related
"os",
"kernel",
"packages",
"uptime",
"shell",
"host",
"break",
// hardware info
"cpu",
"gpu",
"memory",
"board",
"break",
// user-interface
"de",
"wm",
"wmtheme",
"cursor",
"icons",
"theme",
"terminal"
],
"display": {
"color": "yellow"
}
}