Added working teknik support and new flags

This commit is contained in:
Dylan Araps
2016-10-02 20:23:02 +11:00
parent 269e903e64
commit 94cbd6bb02
2 changed files with 15 additions and 25 deletions

View File

@@ -402,7 +402,12 @@ scrot_dir="$HOME/Pictures/"
# Scrot filename
# What to name the screenshots
# --scrot_name str
scrot_name="neofetch-$(date +%F-%T).png"
scrot_name="neofetch-$(date +%F-%I-%M).png"
# Image upload host
# Where to upload the image.
# Possible values: teknik,
image_host="teknik"
# }}}