dmenu

My fork of dmenu.
git clone git://git.alex.balgavy.eu/dmenu.git
Log | Files | Refs | README | LICENSE

commit c35b4dbe73e4649dc0cc3bbc3f5f4448b8e06e3b
parent 7e5f3b3e2cc88d5363f9e951862f422b78cf40e2
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Fri,  9 Feb 2024 20:59:04 +0100

Use my own colors

Diffstat:
Mconfig.h | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -1,6 +1,12 @@ /* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ -#include "/home/alex/.cache/wal/colors-wal-dmenu.h" +// #include "/home/alex/.cache/wal/colors-wal-dmenu.h" +static const char *colors[SchemeLast][2] = { + /* fg bg */ + [SchemeNorm] = { "#bbbbbb", "#222222" }, + [SchemeSel] = { "#eeeeee", "#005577" }, + [SchemeOut] = { "#000000", "#00ffff" }, +}; 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[] = {