very cool stuff

This commit is contained in:
2025-03-18 13:54:05 +01:00
parent 920e25462c
commit 95167d8338
20 changed files with 856 additions and 5 deletions

View File

@@ -0,0 +1,30 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"packages",
"separator",
"wm",
"shell",
"terminal",
"theme",
"font",
"locale",
"separator",
"display",
"cpu",
"gpu",
"memory",
"disk",
"battery",
"separator",
"wifi",
"localip",
"break",
"colors"
]
}

View File

@@ -0,0 +1,27 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "arch_small",
"height": 14,
"padding": {
"top": 1,
"bottom": 1,
}
},
"display": {
"separator" : " ➜ ",
},
"modules": [
"title",
"kernel",
"packages",
"shell",
"battery",
{
"type": "separator",
"string": " • ",
},
"break",
"break"
]
}