aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/plumber
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-03-17 23:10:42 -0400
committertdro <tdro@users.noreply.github.com>2022-03-17 23:14:01 -0400
commit07224674954a8740322206a8d30981dd017ae3e3 (patch)
tree5feb1ea5a6510f7c4ba0e346ab0e91bfe3c100a9 /.local/bin/plumber
parent4b01f405f38a83e0e3e8c036c19c6ad2e2e7907a (diff)
downloaddotfiles-07224674954a8740322206a8d30981dd017ae3e3.tar.gz
dotfiles-07224674954a8740322206a8d30981dd017ae3e3.tar.bz2
dotfiles-07224674954a8740322206a8d30981dd017ae3e3.zip
.config/nixpkgs/packages/dmenu: Use my source and patches
Diffstat (limited to '.local/bin/plumber')
-rwxr-xr-x.local/bin/plumber18
1 files changed, 9 insertions, 9 deletions
diff --git a/.local/bin/plumber b/.local/bin/plumber
index b129563..3d4ebdc 100755
--- a/.local/bin/plumber
+++ b/.local/bin/plumber
@@ -13,15 +13,15 @@ defmodule ArgParser do
|> OptionParser.parse!(strict: [option: :string, text: :string])
options = [
- first_letter: "First Letter Word",
- single_line: "Single Line",
- slug_text: "Slug",
- title_case: "Title Case",
- lower_case: "Lower Case",
- lorem_title: "Lorem Title",
- lorem_paragraph: "Lorem Paragraph",
- thesaurus: "Thesaurus",
- kjv_lookup: "KJV Verse Lookup"
+ first_letter: "first letter word",
+ single_line: "single line",
+ slug_text: "slug",
+ title_case: "title case",
+ lower_case: "lower case",
+ lorem_title: "lorem title",
+ lorem_paragraph: "lorem paragraph",
+ thesaurus: "thesaurus",
+ kjv_lookup: "kjv verse lookup"
]
cond do