From b6309f6e21c875278cd39fef04d38e5d802366fa Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Wed, 12 Apr 2023 15:25:04 -0500 Subject: feat(bin): add wmenu wrapper and runner --- bin/wmenu.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bin/wmenu.sh (limited to 'bin/wmenu.sh') diff --git a/bin/wmenu.sh b/bin/wmenu.sh new file mode 100755 index 0000000..20b2e79 --- /dev/null +++ b/bin/wmenu.sh @@ -0,0 +1,6 @@ +#!/bin/sh +wmenu \ + -N 1e2030 -n cad3f5 -M c6a0f6 -m 1e2030 -S 181926 -s c6a0f6 \ + -f 'FiraCode Nerd Font 12' \ + -l 20 \ + $@ -- cgit v1.2.3