From c00bb3ed6cb56839fc0258cfeb1b724b1408f1d0 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Mon, 26 May 2025 19:12:44 +0200 Subject: update --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b10d10 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Dmenu with the following patches: + +- xresources +- center + +The center patch adds the -c parameter for centering dmenu + +The xresources patch makes dmenu read the .Xresources file enabling
+on the fly color matching with Pywal16 + +### .Xressources or Pywal template + + ! dmenu + dmenu.background: {color1} + dmenu.foreground: {color15} + dmenu.selbackground: {color0} + dmenu.selforeground: {color15} -- cgit v1.2.3