From 07013dd52c04158e8dc640d6209a8372a110fda0 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Mon, 16 Jun 2025 17:33:15 +0200 Subject: update --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 65b5438..c8e7bda 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ - center - border - xyz +- fuzzymatch +- fuzzyhighlight The center patch adds the -c parameter for centering dmenu @@ -12,6 +14,7 @@ The border patch adds the -bw parameter followed by an integer (width in pixels) dmenu -bw 4 -c -l 4 -p "Power: " + I've added border color to the xressources patch. The xyz patch: The '-x' and '-y' options set the window position on the target monitor (0 if one is not supplied with '-m') @@ -29,10 +32,15 @@ The xresources patch ### .Xressources or Pywal template ! dmenu - dmenu.background: {color1} - dmenu.foreground: {color15} - dmenu.selbackground: {color0} - dmenu.selforeground: {color15} - dmenu.border: {color4} - - I've added border color to the xressources patch. + dmenu.background: {color1} + dmenu.foreground: {color15} + dmenu.selbackground: {color0} + dmenu.selforeground: {color15} + dmenu.border: {color4} + dmenu.selhighlightforeground: {color12} + dmenu.selhighlightbackground: {color0} + dmenu.normhighlightforeground: {color7} + dmenu.normhighlightbackground: {color1} + +The fuzzymatch and fuzzyhighlight patches + I've adapted fuzzyhighlight to the xressources patch -- cgit v1.2.3