code cleanup

This commit is contained in:
CoolnsX
2022-03-02 19:45:36 +05:30
parent 31dd83a47f
commit 11729968e7
8 changed files with 20 additions and 55 deletions

View File

@@ -4,7 +4,7 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"Comic Sans MS:size=15"
"Roboto:size=13"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {

View File

@@ -4,7 +4,7 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"Comic Sans MS:size=15"
"Roboto:size=13"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {

Binary file not shown.

Binary file not shown.