changed font
This commit is contained in:
parent
96065f0f1f
commit
d0e7d9dd19
5
config.h
5
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 unsigned int snap = 32; /* snap pixel */
|
||||||
static int showbar = 1; /* 0 means no bar */
|
static int showbar = 1; /* 0 means no bar */
|
||||||
static int topbar = 1; /* 0 means bottom bar */
|
static int topbar = 1; /* 0 means bottom bar */
|
||||||
static const char *fonts[] = { "Cascadia Code:size=10" };
|
static const char *fonts[] = { "Olympe Mono Hacked:size=10",
|
||||||
static const char dmenufont[] = "Cascadia Code:size=10";
|
"Cascadia Code:size=10" };
|
||||||
|
static const char dmenufont[] = "Olympe Mono Hacked:size=10";
|
||||||
static char normbgcolor[] = "#222222";
|
static char normbgcolor[] = "#222222";
|
||||||
static char normbordercolor[] = "#444444";
|
static char normbordercolor[] = "#444444";
|
||||||
static char normfgcolor[] = "#bbbbbb";
|
static char normfgcolor[] = "#bbbbbb";
|
||||||
|
Loading…
Reference in New Issue
Block a user