diff options
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 |