summaryrefslogtreecommitdiff
path: root/bin/dmenu
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dmenu')
-rwxr-xr-xbin/dmenu3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/dmenu b/bin/dmenu
new file mode 100755
index 0000000..d26c459
--- /dev/null
+++ b/bin/dmenu
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/usr/bin/dmenu -b -nb '#333333' -nf '#cccccc' -sb '#45A5FF' -sf '#ffffff' "$@"