aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.