Update some scripts, chnages to vimrc
This commit is contained in:
@ -5,9 +5,10 @@ VER="0.3"
|
||||
|
||||
usage() {
|
||||
cat <<- EOF
|
||||
USAGE: $NAME [OPTIONS]
|
||||
|
||||
OPTIONS:
|
||||
USAGE: $NAME [OPTIONS]
|
||||
|
||||
OPTIONS:
|
||||
|
||||
-h,--help Display this message
|
||||
|
||||
|
@ -1,23 +1,29 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
Name=$(basename "$0")
|
||||
Version="0.2"
|
||||
Version="0.3"
|
||||
|
||||
_usage() {
|
||||
cat <<EOF
|
||||
|
||||
USAGE:
|
||||
$Name [OPTIONS] [ADDITIONAL]
|
||||
$Name [OPTIONS [ADDITIONAL]]
|
||||
|
||||
OPTIONS:
|
||||
-h,--help Display this message
|
||||
|
||||
-v,--version Display script version
|
||||
-p,--polybar Toggle the configured polybar session, no additional options
|
||||
|
||||
-p,--polybar Toggle the configured polybar session, NO additional options
|
||||
|
||||
-c,--compton Toggle compton or daemon monitoring icon, can use toggle option
|
||||
|
||||
-r,--redshift Toggle redshift or daemon monitoring icon, can use toggle option
|
||||
|
||||
-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