aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-31 23:22:23 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-31 23:22:23 +0200
commitd8889fd1376916330b1c55bfd48e34850ae009f1 (patch)
tree99e360b1673bd79c6a52339a26a41491ba1d72d9 /README.md
parentf4d516ba8c6f799ce01dd98456e274ae21e596bd (diff)
downloaddmenu-d8889fd1376916330b1c55bfd48e34850ae009f1.tar.gz
dmenu-d8889fd1376916330b1c55bfd48e34850ae009f1.tar.bz2
dmenu-d8889fd1376916330b1c55bfd48e34850ae009f1.zip
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index fa8d31a..2dd86b9 100644
--- a/README.md
+++ b/README.md
@@ -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.