Added flag for image host
This commit is contained in:
parent
94cbd6bb02
commit
4bd83edf8f
5
neofetch
5
neofetch
|
@ -2943,8 +2943,10 @@ usage() { cat << EOF
|
|||
--ascii_bold on/off Whether or not to bold the ascii logo.
|
||||
|
||||
Screenshot:
|
||||
--scrot /path/to/img Take a screenshot, if path is left empty the screen-
|
||||
--scrot | -s /path/to/img Take a screenshot, if path is left empty the screen-
|
||||
shot function will use \$scrot_dir and \$scrot_name.
|
||||
--upload | -su Same as --scrot but uploads the scrot to a website.
|
||||
--image_host Website to upload scrots to. Takes: teknik,
|
||||
--scrot_cmd cmd Screenshot program to launch
|
||||
|
||||
Other:
|
||||
|
@ -3111,6 +3113,7 @@ getargs() {
|
|||
scrot="on"
|
||||
scrot_upload="on"
|
||||
;;
|
||||
--image_host) image_host="$2" ;;
|
||||
--scrot_cmd) scrot_cmd="$2" ;;
|
||||
|
||||
# Other
|
||||
|
|
Reference in New Issue