diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 7 insertions, 14 deletions
@@ -1,26 +1,19 @@ - - ▗▄▄▄ ▗▖ ▗▖▗▄▄▄▖▗▖ ▗▖▗▖ ▗▖ - ▐▌ █ ▐▛▚▞▜▌▐▌ ▐▛▚▖▐▌▐▌ ▐▌ - ▐▌ █ ▐▌ ▐▌▐▛▀▀▘▐▌ ▝▜▌▐▌ ▐▌ - ▐▙▄▄▀ ▐▌ ▐▌▐▙▄▄▖▐▌ ▐▌▝▚▄▞▘ - -> git clone https://git.wittamore.com/dmenu - -## Dmenu with the following patches: +# Dmenu with the following patches: - 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 +The xresources patch makes dmenu read the .Xresources file enabling<br> on the fly color matching with Pywal16 -### .Xressources or your Pywal template +### .Xressources or Pywal template ! dmenu - dmenu.font: JetBrainsMono Nerd Font Mono:size=14 dmenu.background: {color1} - dmenu.foreground: {color0} - dmenu.selbackground: {color2} + dmenu.foreground: {color15} + dmenu.selbackground: {color0} dmenu.selforeground: {color15} |