diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index c7a5739d..316f4415 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",