From 33864bef97cb6d0e0efdb858db588e252dfee653 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 29 Jan 2026 10:52:55 -0600 Subject: dmenu config --- modules/home/dmenu/config.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/home/dmenu/config.h (limited to 'modules/home/dmenu/config.h') diff --git a/modules/home/dmenu/config.h b/modules/home/dmenu/config.h new file mode 100644 index 0000000..9efcb0b --- /dev/null +++ b/modules/home/dmenu/config.h @@ -0,0 +1,17 @@ +static int topbar = 1; + +static const char *fonts[] = { + "monospace:size=14" +}; + +static const char *prompt = NULL; + +static const char *colors[SchemeLast][2] = { + [SchemeNorm] = { "#bbbbbb", "#222222" }, + [SchemeSel] = { "#eeeeee", "#005577" }, + [SchemeOut] = { "#000000", "#00ffff" }, +}; + +static unsigned int lines = 0; + +static const char worddelimiters[] = " "; -- cgit v1.2.3