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",