From a23a8597c5a5c9cdc213403c20fbb3916129df9a Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Mon, 13 Jul 2026 00:01:31 +0200 Subject: richtige Farben bei dmenu --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index f84509e..9ffadc4 100644 --- a/config.def.h +++ b/config.def.h @@ -129,7 +129,7 @@ static const char *brighter[] = { "brightnessctl", "set", "5%+", NULL }; static const char *dimmer[] = { "brightnessctl", "set", "5%-", NULL }; ) komputer( -static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", selbgcolor, "-sf", col_gray4, NULL }; +static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; static const char *screencmd[] = { "xrandr", "--output", "DisplayPort-0", "--mode", "2560x1440", "-r", "240", NULL }; // static const char *altscreen[] = { "xrandr", "--output", "DisplayPort-0", "--mode", "2560x1440", "-r", "260", NULL }; static const char *dolphin[] = { "/usr/local/bin/dolphinfix.sh", NULL }; -- cgit