diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-06-16 17:33:15 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-06-16 17:33:15 +0200 |
commit | 07013dd52c04158e8dc640d6209a8372a110fda0 (patch) | |
tree | efe0db391f2eee358d694ab7e1f1e4625c35fd6a /README.md | |
parent | 18a3bfdb765bfe9f72d8eb62bc7505e896a4e6f2 (diff) | |
download | dmenu-07013dd52c04158e8dc640d6209a8372a110fda0.tar.gz dmenu-07013dd52c04158e8dc640d6209a8372a110fda0.tar.bz2 dmenu-07013dd52c04158e8dc640d6209a8372a110fda0.zip |
update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 15 insertions, 7 deletions
@@ -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 |