diff --git a/config.jsonc b/config.jsonc index 41b1b92..3ffd91c 100644 --- a/config.jsonc +++ b/config.jsonc @@ -58,6 +58,21 @@ "type": "shell", "key": " " }, + { + "type": "custom", + "format": "|────────────────────\u001b[1mUptime / Age\u001b[0m────────────────────|" + }, + { + "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" + }, + { + "type": "uptime", + "key": " Uptime ", + "keyColor": "magenta" + }, { "type": "custom", // InformationEnd "format": "└────────────────────────────────────────────┘"