Update .local/bin/screenshot.sh

Add .local/bin/old/screenshots_overcomplified.sh
This commit is contained in:
2025-09-25 13:20:39 +02:00
parent bc3706fd06
commit 1c02807f9a
2 changed files with 124 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ error_wrong_type="The first argument needs to be \"fullscreen\", \"window\" or \
notification_succes="$target_path saved and copied"
notification() {
notify-send -i "$target_path" -u low -a "Screenshot" "Screenshot" "$notification_succes"
notify-send -i "$target_path" -u low -a "Screenshot" "Screenshot saved" "$notification_succes"
}
# validate input