From 78a9f533383b3e054634a12cb63afc75c106d6b5 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Fri, 29 May 2026 12:29:51 +0200 Subject: [PATCH] compact fastfetch for laptop --- .config/fastfetch/config.jsonc##default | 4 +-- .../config.jsonc##hostname.gigaforust | 36 +++++++++++++++++++ 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 .config/fastfetch/config.jsonc##hostname.gigaforust diff --git a/.config/fastfetch/config.jsonc##default b/.config/fastfetch/config.jsonc##default index 7713d13..7ea4edf 100644 --- a/.config/fastfetch/config.jsonc##default +++ b/.config/fastfetch/config.jsonc##default @@ -9,9 +9,9 @@ // "host", // "kernel", "uptime", - // "packages", + "packages", "shell", - // "display", + "display", "de", {"type": "wm", "format": "{pretty-name}"}, // "wmtheme", diff --git a/.config/fastfetch/config.jsonc##hostname.gigaforust b/.config/fastfetch/config.jsonc##hostname.gigaforust new file mode 100644 index 0000000..77f06e5 --- /dev/null +++ b/.config/fastfetch/config.jsonc##hostname.gigaforust @@ -0,0 +1,36 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": {"type": "small"}, + "general": {"detectVersion": false}, + "modules": [ + "title", + // "separator", + {"type": "os", "format": "{name}"}, + // "host", + // "kernel", + // "uptime", + // "packages", + // "shell", + // "display", + "de", + {"type": "wm", "format": "{pretty-name}"}, + // "wmtheme", + // "theme", + // "icons", + // "font", + // "cursor", + // "terminal", + // "terminalfont", + "cpu", + // "gpu", + "memory", + "swap", + "disk", + "localip", + "battery", + "poweradapter" + // "locale", + // "break", + // "colors" + ] +}