From 21ba0e62ab73ae9931addead2b26f7825d66c461 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Wed, 20 May 2026 21:15:06 +0000 Subject: fix --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index e341155..797d5ef 100644 --- a/config.def.h +++ b/config.def.h @@ -10,7 +10,7 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const int user_bh = 22; /* 2 is the default spacing around the bar's font */ static const char *fonts[] = { "JetBrainsMono Nerd Font:style=Regular:size=10" }; -static const char dmenufont[] = fonts[0]; +static const char dmenufont[] = "JetBrainsMono Nerd Font:style=Regular:size=10"; static const char col_gray1[] = "#282828"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; -- cgit v1.2.3