From ed2583927c306d785f16a245e14fbf94a0ee2819 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 23 Jul 2023 14:01:24 +0100 Subject: [PATCH] change formatting --- screenshot.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/screenshot.sh b/screenshot.sh index f6c3d7e..e5f775a 100755 --- a/screenshot.sh +++ b/screenshot.sh @@ -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"