This commit is contained in:
exkc 2022-07-09 02:26:51 +08:00
parent 9fc0ad1e35
commit 3f339cc2a8
3 changed files with 5 additions and 5 deletions

View File

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

Binary file not shown.

Binary file not shown.