summaryrefslogtreecommitdiff
path: root/bin/wmenu
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wmenu')
-rwxr-xr-xbin/wmenu13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/wmenu b/bin/wmenu
new file mode 100755
index 0000000..9df525d
--- /dev/null
+++ b/bin/wmenu
@@ -0,0 +1,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}
+ ${@}