summaryrefslogtreecommitdiff
path: root/bin/wmenu
blob: 675b31bd772b3bf40467f4672d93c3d53f9838a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/execlineb -s0
multisubstitute {
	define bg "1e2030"
	define fg "cad3f5"
	define accent "8aadf4"
}
emptyenv -P
/usr/bin/wmenu
	-f "Fira Code Nerd Font 12"
	-N ${bg} -n ${fg}
	-M ${accent} -m ${bg}
	-S ${accent} -s ${bg}
	${@}