Added working teknik support and new flags
This commit is contained in:
parent
269e903e64
commit
94cbd6bb02
2 changed files with 15 additions and 25 deletions
|
|
@ -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"
|
||||
|
||||
|
||||
# }}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue