Make image filename random
This commit is contained in:
parent
4bd83edf8f
commit
8b9a8ac3d9
|
@ -402,7 +402,7 @@ scrot_dir="$HOME/Pictures/"
|
|||
# Scrot filename
|
||||
# What to name the screenshots
|
||||
# --scrot_name str
|
||||
scrot_name="neofetch-$(date +%F-%I-%M).png"
|
||||
scrot_name="neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png"
|
||||
|
||||
# Image upload host
|
||||
# Where to upload the image.
|
||||
|
|
Reference in New Issue