change font

This commit is contained in:
zcake 2021-01-31 06:00:04 +00:00
parent 1d79ce465f
commit a67d430f83
3 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
static const Bool wmborder = True;
static const char *fonts[] = {
"FiraCode Nerd Font:style=Light:size=15:antialias=true:autohint=true",
"Chiron Sans HK Light:style=Light:size=15",
"Openmoji Color glyf_colr_0:style=Regular:size=15",//Emoji
"FiraCode Nerd Font:style=Light:size=10:antialias=true:autohint=true",
"Chiron Sans HK Light:style=Light:size=10",
"Openmoji Color glyf_colr_0:style=Regular:size=10"//Emoji
};
static int fontsize = 15;
static int fontsize = 10;
static double overlay_delay = 1.0;
static int heightfactor = 15; //one row of keys takes up 1/x of the screen height
static const char *colors[SchemeLast][2] = {

BIN
svkbd

Binary file not shown.

BIN
svkbd.o

Binary file not shown.