.config/fastfetch/fastfetch.jsonc aktualisiert

This commit is contained in:
Tim
2026-06-04 12:06:35 +02:00
parent 6793c7907b
commit d2afcee624
+33 -10
View File
@@ -1,18 +1,23 @@
{ {
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": { "logo": {
"type": "small", "type": "auto",
"position": "top", "position": "top",
"padding": { "top": 1, "bottom": 0 } "padding": { "top": 1, "bottom": 0, "right": 2 } // "right" hält das Logo auf Abstand zur Box
}, },
"display": { "display": {
"separator": " -> ", "separator": " -> ",
"key": { "type": "both" } "key": { "type": "both" }
}, },
"modules": [ "modules": [
// Diese 3 custom-Module schieben deine Box nach unten:
// { "type": "custom", "format": "" },
// { "type": "custom", "format": "" },
// { "type": "custom", "format": "" },
// { "type": "custom", "format": "" },
{ {
"type": "title", "type": "title",
"format": "┌───────────── \u001b[1;38;5;48m{user-name}\u001b[0;37m@\u001b[1;38;5;1m{host-name}\u001b[0m ────────────┐" "format": "┌───────────── \u001b[1;38;5;48m{user-name}\u001b[0;37m@\u001b[1;38;5;1m{host-name}\u001b[0m ───────────────────────────────┐"
}, },
{ {
"type": "os", "type": "os",
@@ -44,11 +49,6 @@
"key": "\u001b[38;5;57m CPU ", "key": "\u001b[38;5;57m CPU ",
"keyColor": "reset_" "keyColor": "reset_"
}, },
{
"type": "disk",
"key": "\u001b[38;5;46m Disk ",
"keyColor": "reset_"
},
{ {
"type": "memory", "type": "memory",
"key": "\u001b[38;5;119m Memory ", "key": "\u001b[38;5;119m Memory ",
@@ -56,9 +56,32 @@
}, },
{ {
"type": "swap", "type": "swap",
"key": "\u001b[38;5;48m Swap ", "key": "\u001b[38;5;119m Swap ",
"keyColor": "reset_" "keyColor": "reset_"
}, },
{
"type": "disk",
"key": "\u001b[38;5;46m Root ",
"keyColor": "reset_"
},
{
"type": "disk",
"key": "\u001b[38;5;46m Volumes ",
"keyColor": "reset_",
"folders": "/home/kuro/.local/share/containers"
},
{
"type": "disk",
"key": "\u001b[38;5;46m Configs ",
"keyColor": "reset_",
"folders": "/home/kuro/.config/containers"
},
{
"type": "disk",
"key": "\u001b[38;5;46m Compose ",
"keyColor": "reset_",
"folders": "/home/kuro/compose"
},
{ {
"type": "localip", "type": "localip",
"key": "\u001b[38;5;226m IP ", "key": "\u001b[38;5;226m IP ",
@@ -66,7 +89,7 @@
}, },
{ {
"type": "custom", "type": "custom",
"format": "└──────────────────────────────────────┘" "format": "└──────────────────────────────────────────────────────────────┘"
} }
] ]
} }