diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-26 19:12:44 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-26 19:12:44 +0200 |
commit | c00bb3ed6cb56839fc0258cfeb1b724b1408f1d0 (patch) | |
tree | 6a84c5077f5ac411b5e38da00915c4d4edc65dec /README.md | |
download | dmenu-c00bb3ed6cb56839fc0258cfeb1b724b1408f1d0.tar.gz dmenu-c00bb3ed6cb56839fc0258cfeb1b724b1408f1d0.tar.bz2 dmenu-c00bb3ed6cb56839fc0258cfeb1b724b1408f1d0.zip |
update
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} |