From dde702a4c39c40ac830832b1757a1f476ea35821 Mon Sep 17 00:00:00 2001 From: Luca Pattocchio Date: Mon, 25 Aug 2025 13:02:23 +0200 Subject: [PATCH] Use Omarchy as head of new block in FastFetch (#1056) --- 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 cc841a50..18c8cdf9 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -85,9 +85,9 @@ "break", { "type": "command", - "key": "│ ├Ø", + "key": "Ø Omarchy", "keyColor": "blue", - "text": "version=$(git -C ~/.local/share/omarchy describe --tags --abbrev=0 2>/dev/null); echo \"Omarchy $version\"" + "text": "version=$(git -C ~/.local/share/omarchy describe --tags --abbrev=0 2>/dev/null); echo \"$version\"" }, { "type": "command",