Make image filename random

This commit is contained in:
Dylan Araps 2016-10-02 20:31:25 +11:00
parent 4bd83edf8f
commit 8b9a8ac3d9
1 changed files with 1 additions and 1 deletions

View File

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