From fe0676311f4f2715d5cdfbd6303690b79fd0628e Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 9 Dec 2025 11:58:58 -0500 Subject: Upd compact fastfetch to match pokemon ff update An update to the OS age calculation added to Pokeman config ported to comfig-compact.jsonc On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config-compact.jsonc --- config/fastfetch/config-compact.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/fastfetch') diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc index 0403b79d..358efcc5 100644 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -71,7 +71,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