From 00d2f21837fbb3b6b0b9c90e7f8074c47c3fea54 Mon Sep 17 00:00:00 2001 From: Puechberty Arthur Date: Wed, 17 Jun 2026 22:44:03 +0200 Subject: [PATCH] add arch os in fastfetch --- 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 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",