aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Williams <129223418+dwilliam62@users.noreply.github.com>2025-12-09 08:51:03 -0500
committerGitHub <noreply@github.com>2025-12-09 08:51:03 -0500
commitc9b837c8653d8ce6bbcacd8d2b1924df55e6b314 (patch)
tree338edf209b51f333f2a94fd9309b4d8381b959d9
parent3f29c39d021aa1d574c3599fe7b279c59cfcd5c3 (diff)
parent3377c6e71c3309599ac6c417da217542b38c486e (diff)
Merge pull request #876 from TheAhumMaitra/add-os-age-feature
feat : Add OS age feature in fastfetch pokemon config
-rw-r--r--config/fastfetch/config-pokemon.jsonc6
1 files changed, 6 insertions, 0 deletions
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
@@ -67,6 +67,12 @@
"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": " ─────────────────────────── "
},
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage