aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 69cade87aaacb5f8f66ef8ec0b7f15a033910d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
    ▗▄▄▄  ▗▖  ▗▖▗▄▄▄▖▗▖  ▗▖▗▖ ▗▖
    ▐▌  █ ▐▛▚▞▜▌▐▌   ▐▛▚▖▐▌▐▌ ▐▌
    ▐▌  █ ▐▌  ▐▌▐▛▀▀▘▐▌ ▝▜▌▐▌ ▐▌
    ▐▙▄▄▀ ▐▌  ▐▌▐▙▄▄▖▐▌  ▐▌▝▚▄▞▘                                             

> git clone https://git.wittamore.com/dmenu

## 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 your Pywal template
    
    ! dmenu
    dmenu.font:             JetBrainsMono Nerd Font Mono:size=14
    dmenu.background:       {color1}
    dmenu.foreground:       {color0}
    dmenu.selbackground:    {color2}
    dmenu.selforeground:    {color15}