From ec85068c67a7692cf1fc8a3a3675ee510c8d0e77 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 27 Aug 2025 12:59:21 +0200 Subject: [PATCH] Use omarchy-version --- config/fastfetch/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index c7a5739..316f441 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -66,7 +66,7 @@ "type": "command", "key": "\ue900 OS", "keyColor": "blue", - "text": "version=$(git -C ~/.local/share/omarchy describe --tags --abbrev=0 2>/dev/null); echo \"Omarchy $version\"" + "text": "version=$(omarchy-version); echo \"Omarchy $version\"" }, { "type": "kernel",