Update menu with new system pipemenu & cleanup some configs
This commit is contained in:
@ -1,22 +1,21 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
Name=$(basename "$0")
|
||||
Version="0.1"
|
||||
|
||||
_usage() {
|
||||
cat <<- EOF
|
||||
Usage: $Name [options]
|
||||
|
||||
Usage: $Name [options]
|
||||
|
||||
Options:
|
||||
-h Display this message
|
||||
-v Display script version
|
||||
-q Persistant calculator dialog
|
||||
-w Switch between open windows
|
||||
-r Program launcher & run dialog
|
||||
-c Select previous clipboard entries
|
||||
-b Browser search by keyword
|
||||
-l Session logout choice
|
||||
Options:
|
||||
-h Display this message
|
||||
-v Display script version
|
||||
-q Persistant calculator dialog
|
||||
-w Switch between open windows
|
||||
-r Program launcher & run dialog
|
||||
-c Select previous clipboard entries
|
||||
-b Browser search by keyword
|
||||
-l Session logout choice
|
||||
|
||||
EOF
|
||||
}
|
||||
|
@ -9,7 +9,6 @@ _usage() {
|
||||
$Name [OPTIONS] [ADDITIONAL]
|
||||
|
||||
OPTIONS:
|
||||
|
||||
-h,--help Display this message
|
||||
-v,--version Display script version
|
||||
-t,--terminal Toggle a floating work terminal, no additional options
|
||||
@ -19,7 +18,6 @@ _usage() {
|
||||
-f,--caffeine Toggle caffeine or daemon monitoring icon, can use toggle option
|
||||
|
||||
ADDITIONAL:
|
||||
|
||||
-tg,--toggle Toggle the program off/on, without this flag a monitor process will be started
|
||||
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user