summary refs log tree commit diff stats
path: root/bin/dmenu-wl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dmenu-wl')
-rwxr-xr-xbin/dmenu-wl5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/dmenu-wl b/bin/dmenu-wl
new file mode 100755
index 0000000..6ca1a50
--- /dev/null
+++ b/bin/dmenu-wl
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+/usr/local/bin/dmenu-wl $* -nb '#2b3339' -nf '#d3c6aa' -sb '#d3c6aa' -sf '#212736' -i -fn 'DroidSansM Nerd Font'
+
+exit $?