fastfetch fix

This commit is contained in:
2026-02-24 11:14:27 +01:00
parent c1ca68fb67
commit 559a5e2005

View File

@@ -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",