From 2e071465a00020ca7a69b36eebdab5d9140714f1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 18 Aug 2025 12:30:20 +0200 Subject: [PATCH] No prefix needed --- 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 cfea9fe7..cfb53298 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -89,7 +89,7 @@ "type": "command", "key": "│ ├󰸌", "keyColor": "blue", - "text": "theme=$(omarchy-theme-current); echo -e \"Theme: $theme \\e[38m●\\e[37m●\\e[36m●\\e[35m●\\e[34m●\\e[33m●\\e[32m●\\e[31m●\"" + "text": "theme=$(omarchy-theme-current); echo -e \"$theme \\e[38m●\\e[37m●\\e[36m●\\e[35m●\\e[34m●\\e[33m●\\e[32m●\\e[31m●\"" }, { "type": "de",