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