aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2025-12-09 08:54:51 -0500
committerDon Williams <don.e.williams@gmail.com>2025-12-09 08:54:51 -0500
commit1b0d14adf7df02b3f73c7731f6df63ae1a6bc98d (patch)
tree9d26eceaf93055e21f90d83c98a9440156667edc
parentc9b837c8653d8ce6bbcacd8d2b1924df55e6b314 (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
-rw-r--r--config/fastfetch/config-compact.jsonc6
-rw-r--r--config/fastfetch/config-pokemon.jsonc2
2 files changed, 7 insertions, 1 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": " ─────────────────────────── "
},
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"
},
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage