From 0e70debea72d737f1b9ffa6cfad176845d907c22 Mon Sep 17 00:00:00 2001 From: Mathias Scheider Date: Wed, 8 Apr 2026 22:10:32 +0200 Subject: [PATCH] fastfetch noice --- term/.config/fastfetch/config.jsonc | 83 ++++++++++++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/term/.config/fastfetch/config.jsonc b/term/.config/fastfetch/config.jsonc index b9f8fef..be9abb3 100644 --- a/term/.config/fastfetch/config.jsonc +++ b/term/.config/fastfetch/config.jsonc @@ -9,6 +9,14 @@ }, "display": { "separator": "", + "bar": { + "border": null, + "char": { + "elapsed": "█", + "total": "░" + }, + "width": 20 + }, "constants": [ // CONSTANT {$1} - COLOR BACKGROUND FOR KEY "\u001b[48;2;43;43;69m", @@ -87,9 +95,82 @@ }, { "type": "disk", - "key": "{#90}{$1}│ {#91}Disk {#90}│", + "folders": "/", + "key": "{#90}{$1}│ {#91}Disk / {#90}│", "format": "{$2}{$3}{size-used} / {size-total} ({size-percentage}{$2})" }, + { + "type": "disk", + "folders": "/", + "key": "\u001b[1A\u001b[110G", + "format": "", + "percent": { "type": ["bar", "hide-others"] } + }, + { + "type": "disk", + "folders": "/mnt/anbau", + "key": "{#90}{$1}│ {#91}Disk anbau {#90}│", + "format": "{$2}{$3}{size-used} / {size-total} ({size-percentage}{$2})" + }, + { + "type": "disk", + "folders": "/mnt/anbau", + "key": "\u001b[1A\u001b[110G", + "format": "", + "percent": { "type": ["bar", "hide-others"] } + }, + { + "type": "disk", + "folders": "/mnt/bilder", + "key": "{#90}{$1}│ {#91}Disk bilder {#90}│", + "format": "{$2}{$3}{size-used} / {size-total} ({size-percentage}{$2})" + }, + { + "type": "disk", + "folders": "/mnt/bilder", + "key": "\u001b[1A\u001b[110G", + "format": "", + "percent": { "type": ["bar", "hide-others"] } + }, + { + "type": "disk", + "folders": "/mnt/hidrive", + "key": "{#90}{$1}│ {#91}Disk hidrive{#90}│", + "format": "{$2}{$3}{size-used} / {size-total} ({size-percentage}{$2})" + }, + { + "type": "disk", + "folders": "/mnt/hidrive", + "key": "\u001b[1A\u001b[110G", + "format": "", + "percent": { "type": ["bar", "hide-others"] } + }, + { + "type": "disk", + "folders": "/mnt/mathieu", + "key": "{#90}{$1}│ {#91}Disk mathieu{#90}│", + "format": "{$2}{$3}{size-used} / {size-total} ({size-percentage}{$2})" + }, + { + "type": "disk", + "folders": "/mnt/mathieu", + "key": "\u001b[1A\u001b[110G", + "format": "", + "percent": { "type": ["bar", "hide-others"] } + }, + { + "type": "disk", + "folders": "/mnt/spielplatz", + "key": "{#90}{$1}│ {#91}Disk splatz {#90}│", + "format": "{$2}{$3}{size-used} / {size-total} ({size-percentage}{$2})" + }, + { + "type": "disk", + "folders": "/mnt/spielplatz", + "key": "\u001b[1A\u001b[110G", + "format": "", + "percent": { "type": ["bar", "hide-others"] } + }, { "type": "poweradapter", "key": "{#90}{$1}│ {#91}Power {#90}│",