diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-31 23:22:23 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-31 23:22:23 +0200 |
commit | d8889fd1376916330b1c55bfd48e34850ae009f1 (patch) | |
tree | 99e360b1673bd79c6a52339a26a41491ba1d72d9 | |
parent | f4d516ba8c6f799ce01dd98456e274ae21e596bd (diff) | |
download | dmenu-d8889fd1376916330b1c55bfd48e34850ae009f1.tar.gz dmenu-d8889fd1376916330b1c55bfd48e34850ae009f1.tar.bz2 dmenu-d8889fd1376916330b1c55bfd48e34850ae009f1.zip |
update
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,9 +2,12 @@ - xresources - center +- border The center patch adds the -c parameter for centering dmenu +The border patch adds the -bw parameter followed by an integer + The xresources patch makes dmenu read the .Xresources file enabling<br> on the fly color matching with Pywal16 @@ -16,3 +19,5 @@ on the fly color matching with Pywal16 dmenu.selbackground: {color0} dmenu.selforeground: {color15} dmenu.border: {color4} + +I've added border color to the xressources patch. |