From 8dfbec5a0a8a8908cd5ef0b4d5882cc533a405f0 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sat, 9 May 2026 02:02:41 +0300 Subject: [PATCH] Update screenprint.sh --- screenprint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/screenprint.sh b/screenprint.sh index a152096..457259e 100644 --- a/screenprint.sh +++ b/screenprint.sh @@ -23,7 +23,7 @@ is_wayland() { } take_fullscreen() { - local file="$DIR/tam-ekran-$(date +%Y%m%d-%H%M%S).png" + local file="$DIR/full-screen-$(date +%Y%m%d-%H%M%S).png" if is_wayland && command -v grim >/dev/null 2>&1; then grim "$file" @@ -88,7 +88,7 @@ sys.exit(1) )" if [ -n "${output_name:-}" ]; then - local file="$DIR/tam-ekran-$(date +%Y%m%d-%H%M%S).png" + local file="$DIR/full-screen-$(date +%Y%m%d-%H%M%S).png" grim -o "$output_name" "$file" notify_ok "Selected Screen" printf '%s\n' "$file" @@ -113,7 +113,7 @@ take_selection() { if is_wayland && command -v grim >/dev/null 2>&1 && command -v slurp >/dev/null 2>&1; then take_wayland_selected_or_monitor elif command -v scrot >/dev/null 2>&1; then - local file="$DIR/secili-alan-$(date +%Y%m%d-%H%M%S).png" + local file="$DIR/selected-area-$(date +%Y%m%d-%H%M%S).png" scrot -s "$file" if [ ! -f "$file" ]; then