From a7d2de162848761339b795a9f71b335053a7b04c Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 16 Jul 2023 20:56:21 +0100 Subject: [PATCH] make screenshot filename human-readable --- screenshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenshot.sh b/screenshot.sh index 230a575..3a45777 100755 --- a/screenshot.sh +++ b/screenshot.sh @@ -2,4 +2,4 @@ # Simple screenshot script with selection. maim --select --hidecursor | -tee /home/andrew/media/images/screenshots/"$(date +%s)".png | xclip -selection clipboard -target image/png +tee /home/andrew/media/images/screenshots/"$(date +%Y-%m-%d\ %H:%M:%S)".png | xclip -selection clipboard -target image/png