From 1b0d14adf7df02b3f73c7731f6df63ae1a6bc98d Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 9 Dec 2025 08:54:51 -0500 Subject: Fixed spacing on OS age & added to std compact cfg On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/fastfetch/config-compact.jsonc modified: config/fastfetch/config-pokemon.jsonc --- config/fastfetch/config-compact.jsonc | 6 ++++++ config/fastfetch/config-pokemon.jsonc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc index 7a6af0d0..0403b79d 100644 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -67,6 +67,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": " ─────────────────────────── " diff --git a/config/fastfetch/config-pokemon.jsonc b/config/fastfetch/config-pokemon.jsonc index f6e2fd15..d7f37f27 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -68,7 +68,7 @@ }, { "type": "command", - "key": "󱦟", + "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" }, -- cgit v1.2.3