From df2e7b41d9a3220a8fb7423a63179e91b84550de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Sat, 18 Jul 2026 22:47:38 +0200 Subject: [PATCH] fix(fastfetch): remove keyWidth on Web line for consistent alignment --- .../Configs/Home/.config/fastfetch/config.jsonc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/antergos-layan-theme/Configs/Home/.config/fastfetch/config.jsonc b/packages/antergos-layan-theme/Configs/Home/.config/fastfetch/config.jsonc index 62611d4..f771216 100644 --- a/packages/antergos-layan-theme/Configs/Home/.config/fastfetch/config.jsonc +++ b/packages/antergos-layan-theme/Configs/Home/.config/fastfetch/config.jsonc @@ -20,8 +20,7 @@ "type": "command", "key": "󰖟 Web", "keyColor": "cyan", - "text": "echo https://github.com/Antergos-NeXT", - "keyWidth": 26 + "text": "echo https://github.com/Antergos-NeXT" }, { "type": "custom",