shot-5sec 190 B

123456
  1. #!/usr/bin/env bash
  2. # Screenshot 5s with notification
  3. sleep .5s
  4. scrot -d 5 -e 'mv $f ~/Pictures/' && notify-send -i deepin-screenshot -u low "Screenshot" "Saved in\n<u>`pwd`/Pictures/</u>"