aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/plumber-dmenu
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-11-23 00:09:25 -0500
committertdro <tdro@users.noreply.github.com>2020-11-23 00:09:25 -0500
commit7b840fa8572c64f4a75ecf6bb70a2d868de782f5 (patch)
tree82fce68945b1e997a52840a6a9a7e4008f2e9403 /.local/bin/plumber-dmenu
parent0afb5d636e989f16521d74775cbfb527f9675bd3 (diff)
downloaddotfiles-7b840fa8572c64f4a75ecf6bb70a2d868de782f5.tar.gz
dotfiles-7b840fa8572c64f4a75ecf6bb70a2d868de782f5.tar.bz2
dotfiles-7b840fa8572c64f4a75ecf6bb70a2d868de782f5.zip
.local/bin/plumber-dmenu: Get options from plumber
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