From 7a3fcf6fe42fc1528378a3a234810495c7d6aa3d Mon Sep 17 00:00:00 2001 From: Luca Bilke <bilke@tralios.de> Date: Tue, 16 Jan 2024 10:16:39 +0100 Subject: [PATCH] fix icon --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 55e8b40..8b016f5 100644 --- a/config.h +++ b/config.h @@ -14,7 +14,7 @@ static const char *fonts[] = { "Noto Color Emoji:pixelsize=14", "FontAwesome:pixelsize=14" }; -static const char *prompt = ""; +static const char *prompt = ""; static const char *colors[SchemeLast][4] = { [SchemePrompt] = {"#7aa2f7", "#15161E"}, [SchemeNormal] = {"#7aa2f7", "#15161E"},