diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index ea6b59e1..cbfde208 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -66,7 +66,7 @@ "type": "command", "key": "\ue900 OS", "keyColor": "blue", - "text": "version=$(omarchy-version); echo \"Omarchy $version\"" + "text": "source /etc/os-release; omarchy=$(omarchy-version); echo \"$PRETTY_NAME → Omarchy $omarchy\"" }, { "type": "command",