fastfetch fix
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user