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