From ca318915a7a68f7e2fe8107bc8790d5362e6e3cd Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Mon, 17 Mar 2025 18:29:13 +0100 Subject: [PATCH] Update fastfetch config --- .config/fastfetch/config.jsonc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc index b660a12..8889434 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -91,13 +91,11 @@ "key": "CPU ", "keyColor": "green", "type": "cpu", - "temp": true }, { "key": "GPU ", "keyColor": "red", "type": "gpu", - "temp": true }, { "key": "Disk ", @@ -119,6 +117,13 @@ "keyColor": "yellow", "type": "uptime" }, + { + "key": "OS Age ", + "keyColor": "green", + "keyIcon": "", + "type": "command", + "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" + }, "break", { "type": "custom",