From c426d301865f0bdfd6f7ba027ef5d7a0cb4afd5c Mon Sep 17 00:00:00 2001 From: Ahum Maitra Date: Tue, 9 Dec 2025 21:37:19 +0530 Subject: Maked the command much easier to read and understand --- config/fastfetch/config-pokemon.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/fastfetch') diff --git a/config/fastfetch/config-pokemon.jsonc b/config/fastfetch/config-pokemon.jsonc index f6e2fd15..ee3e59c4 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -70,7 +70,7 @@ "type": "command", "key": "󱦟", "keyColor": "magenta", - "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" + "text": "echo $(( ($(date +%s) - $(stat -c %W /)) / 86400 )) days" }, { "type": "custom", -- cgit v1.2.3