From 8b9a8ac3d9143149e146b0188469e25ed6b6fad3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 2 Oct 2016 20:31:25 +1100 Subject: [PATCH] Make image filename random --- config/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config b/config/config index 86703683..e70728d5 100644 --- a/config/config +++ b/config/config @@ -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.