From b4a3a342c1cdcfabaab0b0de61862fec56f8dc12 Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Fri, 3 Jan 2025 17:46:28 -0500 Subject: [PATCH] Workaround fastfetch-cli/fastfetch#1477 Signed-off-by: Nick Gerace --- fastfetch/config.jsonc | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc index f62237e..ea352c8 100644 --- a/fastfetch/config.jsonc +++ b/fastfetch/config.jsonc @@ -47,7 +47,7 @@ }, { "key": "DE", - "type": "de", + "type": "de" }, { "key": "Host", @@ -65,7 +65,7 @@ { "key": "Fastfetch", "type": "version", - "format": "{2}", + "format": "{2}" }, { "key": "Colors", @@ -79,27 +79,32 @@ { "type": "custom", "key": "Font", - "format": "Iosevka", + "format": "Iosevka" }, { "type": "custom", "key": "Multiplexer", - "format": "Zellij", + "format": "Zellij" }, { "type": "custom", "key": "Terminal", - "format": "Ghostty", + "format": "Ghostty" }, { "type": "custom", "key": "Editor", - "format": "Helix", + "format": "Helix" }, { "type": "custom", "key": "Theme", - "format": "Catppuccin Frappé", + "format": "Catppuccin Frappé" }, + { + "type": "custom", + "key": " ", + "format": "―――――――――――――――――――――――" + } ] }