diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-20 21:15:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-20 21:15:06 +0000 |
| commit | 21ba0e62ab73ae9931addead2b26f7825d66c461 (patch) | |
| tree | 535fa6490a3e36fe952fb564cef7400f19d15723 | |
| parent | f5b0a6779bddeb2a7c736694f11e149533706aed (diff) | |
fix
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
