This commit is contained in:
exkc_is_using_redmi_2 2023-05-05 06:43:02 +08:00
parent 3f339cc2a8
commit 29675a08dd
5 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ static const char *fonts[] = {
};
static int fontsize = 50;
static int fontsize = 20;
static double overlay_delay = 1.0;
static int heightfactor = 11; //one row of keys takes up 1/x of the screen height
static int heightfactor = 15; //one row of keys takes up 1/x of the screen height
static const char *colors[SchemeLast][2] = {
// fg bg
[SchemeHighlight] = { "#ff5555", "#282a36" },

BIN
drw.o

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
util.o

Binary file not shown.