Change emoji font size from 18px to 14px
This commit is contained in:
parent
db73692371
commit
600884770c
4
config.h
4
config.h
@ -11,8 +11,8 @@ static const int swallowfloating = 0; /* 1 means swallow floating wind
|
|||||||
static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */
|
static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */
|
||||||
static const int showbar = 1; /* 0 means no bar */
|
static const int showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 1; /* 0 means bottom bar */
|
static const int topbar = 1; /* 0 means bottom bar */
|
||||||
static const char *fonts[] = { "Iosevka Extended:size=18", "JoyPixels:size=18:antialias=true:autohint=true" };
|
static const char *fonts[] = { "Iosevka Extended:size=14", "JoyPixels:size=14:antialias=true:autohint=true" };
|
||||||
static char dmenufont[] = "Iosevka Extended:size=18";
|
static char dmenufont[] = "Iosevka Extended:size=14";
|
||||||
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…
x
Reference in New Issue
Block a user