Closed Wiikifox closed 1 year ago
If you run this in a terminal:
ls | dmenu
Does it still have the original colours?
Yes, it does. It keeps being cyan and gray.
Trying your config.h and patches.h I get these colours.
If I change the colours to:
char *colors[][2] = {
/* fg bg */
[SchemeNorm] = { "#03f8d8", "#f62335" },
[SchemeSel] = { "#ff00f8", "#00f577" },
Then I get:
Using the default config I get:
\ Note that if you spawn this from dwm then dwm will pass the main colours of the bar as arguments to keep consistency.
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
You are not using Xresources so that would also not interfere.
Seems like it was all just a typo in the colors, and as they look really similar to the default ones, well... Sorry for bothering ya!
I changed colors in
config.h
, but it keeps using the default colors. Also tried to change them inconfig.def.h
, but didn't help either. I don't find any patch that mess with that, and defaultdmenu
works as expected, so it's an issue with flexipatch. Here are myconfig.h
andpatches.h
config.h
patches.h