From 2c427eb0cdec35aa7a10cfcb59527e36533c5ee8 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Sun, 17 Jul 2022 05:18:05 +0300 Subject: dmenucmd color --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index ae60ac1..3cfb496 100644 --- a/config.h +++ b/config.h @@ -72,7 +72,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ -static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; +static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_gray2, "-sf", col_gray4, NULL }; static const char *termcmd[] = { "st", NULL }; #include -- cgit v1.2.3