From d2afcee62449b8312cad4e47e8fe5731d29d12ef Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 4 Jun 2026 12:06:35 +0200 Subject: [PATCH] .config/fastfetch/fastfetch.jsonc aktualisiert --- .config/fastfetch/fastfetch.jsonc | 43 ++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 10 deletions(-) diff --git a/.config/fastfetch/fastfetch.jsonc b/.config/fastfetch/fastfetch.jsonc index 742f5c3..74a996a 100644 --- a/.config/fastfetch/fastfetch.jsonc +++ b/.config/fastfetch/fastfetch.jsonc @@ -1,18 +1,23 @@ { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { - "type": "small", + "type": "auto", "position": "top", - "padding": { "top": 1, "bottom": 0 } + "padding": { "top": 1, "bottom": 0, "right": 2 } // "right" hält das Logo auf Abstand zur Box }, "display": { "separator": " -> ", "key": { "type": "both" } }, "modules": [ + // Diese 3 custom-Module schieben deine Box nach unten: +// { "type": "custom", "format": "" }, +// { "type": "custom", "format": "" }, +// { "type": "custom", "format": "" }, +// { "type": "custom", "format": "" }, { "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", @@ -44,11 +49,6 @@ "key": "\u001b[38;5;57m CPU ", "keyColor": "reset_" }, - { - "type": "disk", - "key": "\u001b[38;5;46m Disk ", - "keyColor": "reset_" - }, { "type": "memory", "key": "\u001b[38;5;119m Memory ", @@ -56,9 +56,32 @@ }, { "type": "swap", - "key": "\u001b[38;5;48m Swap ", + "key": "\u001b[38;5;119m Swap ", "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", "key": "\u001b[38;5;226m IP ", @@ -66,7 +89,7 @@ }, { "type": "custom", - "format": "└──────────────────────────────────────┘" + "format": "└──────────────────────────────────────────────────────────────┘" } ] } \ No newline at end of file