blob: 7a9f55a86f585dab3257d385d0f0520b18c5bb38 (
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
27
|
d8888b. .88b d88. d88888b d8b db db db
88 `8D 88'YbdP`88 88' 888o 88 88 88
88 88 88 88 88 88ooooo 88V8o 88 88 88
88 88 88 88 88 88~~~~~ 88 V8o88 88 88
88 .8D 88 88 88 88. 88 V888 88b d88
Y8888D' YP YP YP Y88888P VP V8P ~Y8888P'
## 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 your Pywal template
! dmenu
dmenu.font: JetBrainsMono Nerd Font Mono:size=14
dmenu.background: {color1}
dmenu.foreground: {color0}
dmenu.selbackground: {color2}
dmenu.selforeground: {color15}
|