From 6a9e0749702bafe0a9c82372421761df13204d7f Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 9 May 2026 14:21:12 +0000 Subject: [PATCH] =?UTF-8?q?.config/fastfetch/fastfetch.jsonc=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fastfetch/fastfetch.jsonc | 70 +++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 .config/fastfetch/fastfetch.jsonc diff --git a/.config/fastfetch/fastfetch.jsonc b/.config/fastfetch/fastfetch.jsonc new file mode 100644 index 0000000..e8b1e23 --- /dev/null +++ b/.config/fastfetch/fastfetch.jsonc @@ -0,0 +1,70 @@ +{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "type": "small", + "position": "top", + "padding": { + "top": 1, + "bottom": 0 + } + }, + "display": { + "separator": " -> ", + "color": { + "separator": "1" + }, + "key": { + "type": "both", + "paddingLeft": 0 + } + }, + "modules": [ + { + "type": "custom", + "format": "┌───────── {#1}System Information{#} ─────────┐" + }, + { + "type": "os", + "key": " OS ", + "keyColor": "red", + }, + { + "type": "host", + "key": " Machine", + "keyColor": "green" + }, + { + "type": "kernel", + "key": " Kernel ", + "keyColor": "magenta" + }, + { + "type": "uptime", + "key": " Uptime ", + "keyColor": "red" + }, + { + "type": "shell", + "key": " Shell ", + "keyColor": "cyan" + }, + { + "type": "cpu", + "key": " CPU ", + "keyColor": "yellow" + }, + { + "type": "memory", + "key": " Memory ", + "keyColor": "magenta" + }, + { + "type": "swap", + "key": " Swap ", + "keyColor": "magenta" + }, + { + "type": "custom", + "format": "└──────────────────────────────────────┘" + } + ] +} \ No newline at end of file