diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-12-09 08:54:51 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-12-09 08:54:51 -0500 |
| commit | 1b0d14adf7df02b3f73c7731f6df63ae1a6bc98d (patch) | |
| tree | 9d26eceaf93055e21f90d83c98a9440156667edc /config/fastfetch/config-compact.jsonc | |
| parent | c9b837c8653d8ce6bbcacd8d2b1924df55e6b314 (diff) | |
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
Diffstat (limited to 'config/fastfetch/config-compact.jsonc')
| -rw-r--r-- | config/fastfetch/config-compact.jsonc | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -68,6 +68,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": " ─────────────────────────── " }, |
