aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2025-12-09 11:58:58 -0500
committerDon Williams <don.e.williams@gmail.com>2025-12-09 11:58:58 -0500
commitfe0676311f4f2715d5cdfbd6303690b79fd0628e (patch)
tree37df620c08f6182569ce50a153bd56fa69552b73
parent826267ba5ab9425628657bc2e1bfc33b3cac3067 (diff)
Upd compact fastfetch to match pokemon ff update
An update to the OS age calculation added to Pokeman config ported to comfig-compact.jsonc On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config-compact.jsonc
-rw-r--r--config/fastfetch/config-compact.jsonc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc
index 0403b79d..358efcc5 100644
--- a/config/fastfetch/config-compact.jsonc
+++ b/config/fastfetch/config-compact.jsonc
@@ -71,7 +71,7 @@
"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"
+ "text": "echo $(( ($(date +%s) - $(stat -c %W /)) / 86400 )) days"
},
{
"type": "custom",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage