diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index ddee6f36..ea6b59e1 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -134,7 +134,7 @@ "type": "command", "key": "󱦟 OS Age", "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": "uptime",