Update some scripts, chnages to vimrc

This commit is contained in:
natemaia
2018-07-14 22:11:15 -07:00
parent 47cf12153b
commit e0a6b713ba
3 changed files with 45 additions and 19 deletions

View File

@ -5,9 +5,10 @@ VER="0.3"
usage() {
cat <<- EOF
USAGE: $NAME [OPTIONS]
OPTIONS:
USAGE: $NAME [OPTIONS]
OPTIONS:
-h,--help Display this message

View File

@ -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