diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-12-09 11:52:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-09 11:52:48 -0500 |
| commit | fc84bb7e538fa0cd35d458fb03c69ea3f5c6e946 (patch) | |
| tree | a312bbc5fd37ae7e9a0f7b40ccf8fef0793920aa /config | |
| parent | 3ea329b35b8f013b3ded825eb80ba15727167692 (diff) | |
| parent | 1b0d14adf7df02b3f73c7731f6df63ae1a6bc98d (diff) | |
Merge branch 'development' into fix-long-command
Diffstat (limited to 'config')
| -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": " ─────────────────────────── " }, |
