From 3377c6e71c3309599ac6c417da217542b38c486e Mon Sep 17 00:00:00 2001 From: Ahum Maitra Date: Tue, 9 Dec 2025 17:54:12 +0530 Subject: feat : Add OS age feature in fastfetch pokemon config --- config/fastfetch/config-pokemon.jsonc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config') diff --git a/config/fastfetch/config-pokemon.jsonc b/config/fastfetch/config-pokemon.jsonc index a0a883c0..f6e2fd15 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -66,6 +66,12 @@ "key": "󰔛 ", "keyColor": "green" }, + { + "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" + }, { "type": "custom", "format": " ─────────────────────────── " -- cgit v1.2.3