From 3765417d9aa0a112b271b05f8bc4f3a9feba61bc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 24 Nov 2025 09:25:28 +0100 Subject: [PATCH] Wording --- config/fastfetch/config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index 6bc7f4c1..ddee6f36 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -128,7 +128,7 @@ "break", { "type": "custom", - "format": "\u001b[90m┌────────────────────Uptime / Age────────────────────┐" + "format": "\u001b[90m┌────────────────Age / Uptime / Update───────────────┐" }, { "type": "command", @@ -143,7 +143,7 @@ }, { "type": "command", - "key": " Latest", + "key": " Update", "keyColor": "magenta", "text": "updated=$(omarchy-version-pkgs); echo \"$updated\"" },