Update screenprint.sh

This commit is contained in:
FURK4NGG
2026-05-09 02:02:41 +03:00
committed by GitHub
parent e30b4427d7
commit 8dfbec5a0a
+3 -3
View File
@@ -23,7 +23,7 @@ is_wayland() {
} }
take_fullscreen() { 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 if is_wayland && command -v grim >/dev/null 2>&1; then
grim "$file" grim "$file"
@@ -88,7 +88,7 @@ sys.exit(1)
)" )"
if [ -n "${output_name:-}" ]; then 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" grim -o "$output_name" "$file"
notify_ok "Selected Screen" notify_ok "Selected Screen"
printf '%s\n' "$file" 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 if is_wayland && command -v grim >/dev/null 2>&1 && command -v slurp >/dev/null 2>&1; then
take_wayland_selected_or_monitor take_wayland_selected_or_monitor
elif command -v scrot >/dev/null 2>&1; then 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" scrot -s "$file"
if [ ! -f "$file" ]; then if [ ! -f "$file" ]; then