change formatting

This commit is contained in:
2023-07-23 14:01:24 +01:00
parent d453a818d1
commit ed2583927c

View File

@ -1,8 +1,6 @@
#!/bin/sh
# Simple screenshot script with selection.
filepath="/home/andrew/media/images/screenshots/$(date +%Y-%m-%d\ %H:%M:%S).png"
maim --select --hidecursor |
tee "$filepath" | xclip -selection clipboard -target image/png
maim --select --hidecursor | tee "$filepath" | xclip -selection clipboard -target image/png
notify-send "screenshot.sh" "Screenshot saved to: $filepath"