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-dmenu20
1 files changed, 10 insertions, 10 deletions
diff --git a/.local/bin/plumber-dmenu b/.local/bin/plumber-dmenu
index 31e200d..9779223 100755
--- a/.local/bin/plumber-dmenu
+++ b/.local/bin/plumber-dmenu
@@ -1,17 +1,17 @@
#!/bin/sh -eu
options="\
-First Letter Word
-Single Line
-Slug
-Title Case
-Lower Case
-Lorem Title
-Lorem Paragraph
-Thesaurus
-KJV Verse Lookup
+first letter word
+single line
+slug
+title case
+lower case
+lorem title
+lorem paragraph
+thesaurus
+kjv verse lookup
"
printf "%s" "$options" \
- | dmenu -i -b -p Plumb \
+ | dmenu -i -b -p ⠀:::⠀plumber⠀::: \
| while read -r option
do
text=$(plumber --option "$option" --text "$(xsel -o)")