blob: 2dd86b956270d882fbff3256bd59b73321d22af6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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<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}
dmenu.border: {color4}
I've added border color to the xressources patch.
|