diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-12-09 08:51:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-09 08:51:03 -0500 |
| commit | c9b837c8653d8ce6bbcacd8d2b1924df55e6b314 (patch) | |
| tree | 338edf209b51f333f2a94fd9309b4d8381b959d9 /config/fastfetch | |
| parent | 3f29c39d021aa1d574c3599fe7b279c59cfcd5c3 (diff) | |
| parent | 3377c6e71c3309599ac6c417da217542b38c486e (diff) | |
Merge pull request #876 from TheAhumMaitra/add-os-age-feature
feat : Add OS age feature in fastfetch pokemon config
Diffstat (limited to 'config/fastfetch')
| -rw-r--r-- | config/fastfetch/config-pokemon.jsonc | 6 |
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": " ─────────────────────────── " }, |
