From 559a5e2005cf1dee8571fc0dfd2a86ec7e2d916d Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Tue, 24 Feb 2026 11:14:27 +0100 Subject: [PATCH] fastfetch fix --- lang/pl/.config/fastfetch/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/pl/.config/fastfetch/config.jsonc b/lang/pl/.config/fastfetch/config.jsonc index 5f9575a..86e3933 100644 --- a/lang/pl/.config/fastfetch/config.jsonc +++ b/lang/pl/.config/fastfetch/config.jsonc @@ -47,7 +47,7 @@ "type": "command", "key": "{#separator}│ {#keys}󰅐 Zainstalowany", "keyColor": "31", - "text": "b_install=$(stat -c %W /); cur=$(date +%s); days_diff=$(( (cur - b_install) / 86400 )); echo $(date -d @$b_install +'%d %b %Y') [$days_diff dni temu" + "text": "b_install=$(stat -c %W /); cur=$(date +%s); days_diff=$(( (cur - b_install) / 86400 )); echo $(date -d @$b_install +'%d %b %Y') [$days_diff dni temu]" }, { "type": "custom",