Commit 8b9a8ac3 authored by Dylan Araps's avatar Dylan Araps

Make image filename random

parent 4bd83edf
...@@ -402,7 +402,7 @@ scrot_dir="$HOME/Pictures/" ...@@ -402,7 +402,7 @@ scrot_dir="$HOME/Pictures/"
# Scrot filename # Scrot filename
# What to name the screenshots # What to name the screenshots
# --scrot_name str # --scrot_name str
scrot_name="neofetch-$(date +%F-%I-%M).png" scrot_name="neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png"
# Image upload host # Image upload host
# Where to upload the image. # Where to upload the image.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment