diff options
Diffstat (limited to 'config')
| -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": " ─────────────────────────── " }, |
