aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/plumber-dmenu
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/plumber-dmenu')
-rwxr-xr-x.local/bin/plumber-dmenu7
1 files changed, 1 insertions, 6 deletions
diff --git a/.local/bin/plumber-dmenu b/.local/bin/plumber-dmenu
index a4eda59..46dae74 100755
--- a/.local/bin/plumber-dmenu
+++ b/.local/bin/plumber-dmenu
@@ -1,10 +1,5 @@
#!/bin/sh -eu
-options="First letter of each word in sentence
-Single line of text
-Thesaurus
-KJV Verse Lookup
-"
-printf "%s" "$options" \
+plumber --option list \
| dmenu -i -b \
| while read -r option
do