diff --git a/config.h b/config.h index f0445ee..7b20d48 100644 --- a/config.h +++ b/config.h @@ -15,8 +15,9 @@ static const unsigned int gappx = 10; /* default gap between windows in p static unsigned int snap = 32; /* snap pixel */ static int showbar = 1; /* 0 means no bar */ static int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "Cascadia Code:size=10" }; -static const char dmenufont[] = "Cascadia Code:size=10"; +static const char *fonts[] = { "Olympe Mono Hacked:size=10", + "Cascadia Code:size=10" }; +static const char dmenufont[] = "Olympe Mono Hacked:size=10"; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; static char normfgcolor[] = "#bbbbbb";