From de0947983d168af4d6e31278614c6a53d55f8734 Mon Sep 17 00:00:00 2001 From: ambertia <95402631+ambertia@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:23:26 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Truncate=20certain=20fields=20in?= =?UTF-8?q?=20fastfetch=20and=20remove=20non-functional=20poweradapter=20m?= =?UTF-8?q?odule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fastfetch/config.jsonc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc index 7b5abc7..e266c6e 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -12,7 +12,7 @@ }, { "type": "host", - "format": "{5} {2} {3}" + "format": "{5} {2:-20} {3}" }, "kernel", "uptime", @@ -27,7 +27,7 @@ // Hardware stuff { "type": "cpu", - "format": "{1} ({5}) @ {7}" + "format": "{1:-20} ({5}) @ {7}" }, { "type": "gpu", @@ -66,7 +66,6 @@ "type": "battery", "format": "{10} ({4}) [{5}]" }, - "poweradapter", "locale", "break",