1
0
Fork 0

feat: add all configs

This commit is contained in:
Oliver Ladner 2025-10-05 14:14:45 +02:00
commit 0267199f6e
23 changed files with 1673 additions and 0 deletions

View file

@ -0,0 +1,63 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "arch_small", // fastfetch --list-logos or --print-logos
"width": 5,
"padding": {
"top": 1
}
},
"display": {
"separator": " "
},
"modules": [
"break",
// "title",
{
"type": "terminal",
"key": "TERM",
// "keyColor": "33"
},
{
"type": "kernel",
"key": "KRNL",
// "keyColor": "33"
},
// {
// "type": "host",
// "format": "MINIX {2} {3}",
// "key": "host ",
// // "keyColor": "33"
// },
{
"type": "wifi",
"format": "{7} ({4}, {13} GHz)",
"key": "WIFI",
// "keyColor": "33"
},
{
"type": "packages",
"format": "{}",
"key": "PKGS",
// "keyColor": "33"
},
{
"type": "uptime",
// "format": "{1}d{2}h{3}m",
"format": "{10}",
"key": "UPTM",
// "keyColor": "33"
},
{
"type": "memory",
"key": "MEMR",
// "keyColor": "33"
},
{
"type": "swap",
"key": "SWAP",
// "keyColor": "33" // = color3
},
"break"
]
}