summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-04-16 12:50:08 -0500
committerSam Nystrom <sam@samnystrom.dev>2023-04-16 12:50:08 -0500
commit65de80da1a680481b79bacb19fecb0c7cf165eb1 (patch)
treeb6d2bdafe4b0df2fbfbfe8be13a8eb2d03d11f1f /bin
parent94874ba6fbbbd8fdc2a203ef27caa1c8e04b8a43 (diff)
feat!: replace wmenu with tofi
Diffstat (limited to 'bin')
-rwxr-xr-xbin/wmenu-run.sh11
-rwxr-xr-xbin/wmenu.sh6
2 files changed, 0 insertions, 17 deletions
diff --git a/bin/wmenu-run.sh b/bin/wmenu-run.sh
deleted file mode 100755
index 9f8bcd0..0000000
--- a/bin/wmenu-run.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -eu
-
-exec $(
- (IFS=:
- for p in $PATH; do
- ls 2>/dev/null -1 "$p"
- done
- ) | wmenu.sh -p "Run:"
-)
diff --git a/bin/wmenu.sh b/bin/wmenu.sh
deleted file mode 100755
index abefb1c..0000000
--- a/bin/wmenu.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-exec wmenu \
- -N 1e2030 -n cad3f5 -M c6a0f6 -m 1e2030 -S 181926 -s c6a0f6 \
- -f 'FiraCode Nerd Font 12' \
- -l 20 \
- $@