summary refs log tree commit diff stats
path: root/bin/dmenu
blob: 6ca1a50309595526c25c27ef2bde672d86ad9328 (plain) (blame)
1
2
3
4
5
#!/bin/sh

/usr/local/bin/dmenu-wl $* -nb '#2b3339' -nf '#d3c6aa' -sb '#d3c6aa' -sf '#212736' -i -fn 'DroidSansM Nerd Font'

exit $?