diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-31 22:33:59 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-31 22:33:59 +0200 |
commit | 5215efefccc6fe77177781b1fc235259bb937744 (patch) | |
tree | 47a2e36088f801c5fd5834342a443092020fe9e7 /README.md | |
parent | 67c3bf64d2071695cdb74715e53ca45ea495beb5 (diff) | |
download | dmenu-5215efefccc6fe77177781b1fc235259bb937744.tar.gz dmenu-5215efefccc6fe77177781b1fc235259bb937744.tar.bz2 dmenu-5215efefccc6fe77177781b1fc235259bb937744.zip |
update
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} |