diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
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<br> +on the fly color matching with Pywal16 + +### .Xressources or Pywal template + + ! dmenu + dmenu.background: {color1} + dmenu.foreground: {color15} + dmenu.selbackground: {color0} + dmenu.selforeground: {color15} |