make screenshot filename human-readable

This commit is contained in:
2023-07-16 20:56:21 +01:00
parent 9f3d4a44c8
commit a7d2de1628

View File

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